SugarBall Posted September 7, 2015 Posted September 7, 2015 (edited) #include <IE.au3> Local $oIE Sleep Local $oFrame Local $oDiv For If EndIf NextThis 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 September 8, 2015 by SugarBall
RaiNote Posted September 7, 2015 Posted September 7, 2015 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~
SugarBall Posted September 7, 2015 Author Posted September 7, 2015 it loads more content for me and i'd like it to be automatic
SugarBall Posted September 7, 2015 Author Posted September 7, 2015 Anyone willing to give a little help, please?
Jfish Posted September 7, 2015 Posted September 7, 2015 Look at adlibregister SugarBall 1 Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt
SugarBall Posted September 7, 2015 Author Posted September 7, 2015 (edited) Grazie Jfish, that is what i was looking for....THANKS Edited September 7, 2015 by SugarBall
RaiNote Posted September 7, 2015 Posted September 7, 2015 use Timer within a Loop~ SugarBall 1 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~
SugarBall Posted September 7, 2015 Author Posted September 7, 2015 thanks you too RaiNote.... problem solvedSalute
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now