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

  1. D

    How to set timeout for actions in V 7.7.6?

    Hi, my scripts running in ZP sometimes cost much more time than usual, I Tried to but can't find the reason, i suspect it is the proxy problem. proxy may die during the running. So how to set timeout for actions in V 7.7.6? For example, if any actions load more than 2 mins, then end the...
  2. D

    how to use keyboard emulation -DOWN in this case?

    Hi, anyone one know how to use keyboard emulation -DOWN in the 'State' ? i want to change state and it works when i test manually, i need to write it to scripts but i don't know much about code. 1, Click on the 'State' or focus on it. It will pop up a drop-down list. 2 .Press 'DOWN' on the...
  3. D

    How to choose 'state' in this case?

    Hi guys, got problem when choose state, please help if you can It looks like this, the state can not be set directly. . First have to click on the state, then it will shows drop-down list, and the problem is here. it only shows 4 state on the web page as you can see. if want to choose the...
  4. D

    how to choose and click in popup google map address?

    the popup google address code with div tag , when the mouse move on it, the background color will change <div class="abc"><span class="xxx xxxx1"></span><span class="xxxx2"><span class="xxxx3">386</span> <span class="xxxx3">Bell Rd</span></span><span><span class="xxxx3">Dillwyn</span>, <span...
  5. D

    How to select gender in this case?

    I have never met this before, no select option etc.. do not know much about the PHP, here is the code part. thank you <div class="col-xs-12 form-group"> <!----><div ng-repeat="title in formSettings[field].options" class="gender-radio-container" ng-class="{ 'has-error' ...
  6. D

    How to get the current proxy IP and save it? Get request not work

    Hi, How to get the current proxy IP and save it? 1. I tried Get request and set active proxy, AND url set http://api.ipify.org/, however, not work, it will return nothing! if i set without proxy, it will return the right IP. 2. I tired visit browser by visiting http://api.ipify.org, it...
  7. D

    Set value in dropdown not work when add it to project, but work when test

    Hi guy, When i set value in dropdown in test model,, it always can be set successfully. But when i add it to project, the scripts will run, but the set value never works, why this happens?
  8. D

    element is not always found

    Hi guys, need some help please. i want to make register script for this site - norton.com but when i try to fill in the email and register, most time it will say Element is not found, the same problems happens when i fill the payment with the Year. can anyone help to write the scripts that...
  9. D

    How to compare data to know it is duplicated?

    I don't want to use duplicated IP, so i want to know if the current IP was used by me before? how to make it? i can also buy if there are ready-made script. also if anyone can write this, i can pay
  10. D

    Recaptcha successfully solved

    Привет, ребята, помогите пожалуйста. Я использую capmonster.cloud для успешного распознавания рекапчи, но похоже, что она не была отправлена. Рекапча все еще существует, я читал форум, но не могу найти решения. ------------ Hi guys, please help. I use capmonster.cloud to recognize the...
  11. D

    zennoposter always says Variable is not a number, while it works well in ProjectMaker

    Hi guys. i made a script and create some global variables and I set value =0, i test again and again in ProjectMaker, there is no problem. But when i run this script in zennoposter, it always says Variable is not a number, really don't know why... there is no such problem and everything work...
  12. D

    how to keep count numbers from last time when the project restart?

    Hi guys, i got a problem, please help. I want to keep count numbers from last time when the project restart, but i found the local variables all will be cleared if the project restart, i want to use global variables, but i can not find ways to get the value of the global variables, all i can...
  13. D

    can not change useragent even if i set the Profile-Browser

    Hi guys, each time i change the IP, but the useragent still keep the same, i already set the Profile-Browser. please help. tried many times
  14. D

    why success rate is much lower in Zennoposter than Projectmaker

    Hi friend, this problem troubles me for a long time. Hope some experts can help. In general the scripts run well in Projectmaker, but once run it in zennopster, the running successful rate will be much much lower. For example. i filled the Zip, address and phone in Projectmaker, everything...
  15. D

    how to check if this exist? | как проверить, если это существует?

    There is a page. it contains a form and some other content, at first in the page you can only see the form, but after you submit the form, the rest part of the page will be showed. when u submit the form, the URL will not jump. At first I want to select the rest content and check its...
  16. D

    как с этим бороться?

    Привет, ребята, у меня проблема и надеюсь, вы можете помочь. Я сделал скрипт отправки формы, после каждой формы ввода будет небольшая галочка. А кнопку «Отправить» можно нажимать только после появления каждого тика. Как с этим бороться? потому что галочка может вообще не появиться, или это...