Jump to content

Easy Help Needed


cherokeee
 Share

Recommended Posts

Here is the script . I want to get rid of the sleep s and put in there a page reload so that once it does relaod that it will go to the next mouse posistion and click . So in other words the i$ is the loop fine with that . The sleep keeps it from running for 3 seconds fine woth that , then it clicks on a page fine with that . Now i need it to wait only untill page is loaded then click on next page . I just dont know the command and could not find it . Help please .

thanks

for $i = 1 to 500

sleep(3000)

MouseClick("left",233,366)

sleep(3000)

MouseClick("left",314,384)

sleep(3000)

next

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...