cherokeee Posted February 23, 2006 Posted February 23, 2006 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
Valuater Posted February 23, 2006 Posted February 23, 2006 Welcome to the Forums What you have may be the easiest way Otherwise you will need to work with objects.. much tuffer, but possible if you want to work with objects... look at the IE.au3 Builder in my signature below... good luck 8)
Recommended Posts