Результаты поиска

  1. D

    How to Check Presence of Picture

    Thanks but i'm afraid the example won't help. The picture I refer to is a captcha image. I want to check if it is loaded properly. It leaves a rectangular border when wasn't loaded, I could use the "Search by picture" function to find this but can't follow up with different actions. All the...
  2. D

    How to Check Presence of Picture

    I know there is a "search by picture" function. But what I want is to check presence of a picture. If the picture exists I will perform action A, and if not I will perform action B. Is there any way to do this? Thanks.
  3. D

    How to Check if an Html Element is Disabled?

    I have searched the page source and haven't found attribute like "disable" or "enable". But I found the element seems to be enabled/disabled by JavaScript. If it is like that can zennoposter still detect it?
  4. D

    How to Check if an Html Element is Disabled?

    I'm using Zennoposter to buy something from an online shop. When a certain thing has sold out, it's related div button and text field got dimmed and can't be clicked. Is there any way I can detect if these buttons and fields are disabled so I can switch to other goods?
  5. D

    How to Stop Automatically Creae New Action Group?

    I found that sometimes it will create a new action group itself in codecreator , but i want all codes in one action group only,Is it possible to do it? Thanks.
  6. D

    Pop-up Window Not Showing in Debug Mode

    Do you mean what I want to do is not achievable? It will be more convenient to me if I can do some tasks manually.
  7. D

    Pop-up Window Not Showing in Debug Mode

    It will work if I make the bot click the button and upload a specific file for me. But for some reason I just want the bot to bring me to the upload page and then I will manually click the upload button and choose file to upload. The pop up window just never show up if I click it manually in...
  8. D

    Pop-up Window Not Showing in Debug Mode

    I didn't add this. And I can see that at the bottom of the debug browser, there is a symbol saying "Load Pop-ups -Enabled". So I think pop up should be enabled. However I still can't get the pop up window showing.
  9. D

    Pop-up Window Not Showing in Debug Mode

    I tried to create a project that will bring me to a page where I will manually click "browse" button, a pop up window come out and let me choose a file from my computer to upload. There is no problem creating the project. But when I run it in projectmaker debug mode and click the "browse"...
  10. D

    How to Spin Profile.Login?

    From profile setting I see that the Profile.Login is generated in the format "[Eng|4][RndNum|1970|1990]" , is there away to spin it e.g. add a random word that choose from "us","ca" and "uk"? And I am interested to know that instead of "Eng" and "RndNum", are there other way for generation of...
  11. D

    Issue Loading Router Setup Page

    Can anybody help? To clarify, my problem is that I can run my router setup page 192.168.1.1 during actions recording , but in debug mode it won't load.
  12. D

    Issue Loading Router Setup Page

    I can load that page in actions recording. But not in debug mode.
  13. D

    Issue Loading Router Setup Page

    I am sure the ip is correct. Just don't know why it takes forever to load in zennoposter.
  14. D

    Issue Loading Router Setup Page

    I created a bot to reboot my router from browser. But the setup page 192.168.1.1 always can't be loaded from zennoposter. I have tried different browsers choice from profile setting and still got the same result. However if I use real firefox to load there is no problem.
  15. D

    Can't Load Profile

    If the profile is not loaded, then what profile information will the system use?
  16. D

    Can't Load Profile

    I am doing exactly the same in the video. But my problem is that after loading the profile. It doesn't seem that Profile.Login and Profile.password was saved into the zpprofile.
  17. D

    Can't Load Profile

    After loading a zpprofile which I previously created, I tried to use it to login by using the Profile.Login , however nothing is filled , and so as the Profile.Password. And when I open the zpprofile with notepad I found a lot of garbled texts. What should I do? Thanks.
  18. D

    How to check if a page is loaded?

    I am trying to create an account creation template. The problem I have now is I can't check if the registration is successful. I want a function to check after I enter click the register button , it will bring me to the account management page or not. If registration is successful I will store...