scoops Posted September 18, 2009 Posted September 18, 2009 Hello! I'm very new to this. All I want to do is refresh a web page (I'm already logged in) every X seconds, and when a particular link appears on the page, I want to click it. I am using IE. Can someone point me in the right direction? Thanks!
Andreik Posted September 18, 2009 Posted September 18, 2009 Check in help file about _IELinkGetCollection(),_IELinkClickByText(),_IELinkClickByIndex(). With this you should click your link.
Rishav Posted September 18, 2009 Posted September 18, 2009 for refresh, put in a while do loop. inside the loop puut a 5 sec sleep. then put an "if link exists then click link". end loop.
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