selkov Posted February 16, 2009 Report Share Posted February 16, 2009 I am trying to run a macro on a web page. But I can not get the macro to wait until the web page has fully loaded so its focus is being interrupted. The website is progressive, that is to say every time the macro terminates it will open a new website from the old one and repeat itself. can anyone help Quote Link to comment Share on other sites More sharing options...
rberq Posted February 16, 2009 Report Share Posted February 16, 2009 Try the Wait for Web Page command. It is under Timing in the scripting editor. Quote Link to comment Share on other sites More sharing options...
selkov Posted February 16, 2009 Author Report Share Posted February 16, 2009 Try the Wait for Web Page command. It is under Timing in the scripting editor. I did but it does not work Quote Link to comment Share on other sites More sharing options...
terrypin Posted February 16, 2009 Report Share Posted February 16, 2009 I am trying to run a macro on a web page.But I can not get the macro to wait until the web page has fully loaded so its focus is being interrupted. The website is progressive, that is to say every time the macro terminates it will open a new website from the old one and repeat itself. can anyone help First, what browser are you using? Wait for Web Page works only with IE, not Firefox etc. If you are using IE, you need to provide details of the script (and ideally the code too) to get any solid advice. Meanwhile, consider trying an approach based on Get Pixel Color to test when the page is fully loaded. -- Terry, East Grinstead, UK Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.