Jump to content

Recommended Posts

Posted (edited)
#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
Posted

Why do you Need a button clicked every three seconds?

  • C++/AutoIt/OpenGL Easy Coder
  • I will be Kind to you and try to help you
  • till what you want isn't against the Forum
  • Rules~

 

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
×
×
  • Create New...