Jump to content

how to continue this action every 3 sec?


 Share

Recommended Posts

#include <IE.au3>


Local $oIE 
Sleep 

Local $oFrame 


Local $oDiv
For 
    If 
        EndIf
Next

This is my code and i'd like to repeat the action of clicking a button by its classname every 3 seconds.... i get this done only once and after the first time it doesn't repeat itself.

Should i insert a continue loop, and if so how can i relate it to my code because i haven't found nothing in help file or example scripts....

Edited by SugarBall
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...