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

  1. 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.
  2. 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?
  3. 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.
  4. 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"...
  5. 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...
  6. 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.
  7. 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.
  8. 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...