archipelago Posted July 16, 2008 Report Share Posted July 16, 2008 I am trying to figure out a way to wait for a webpage to load that has a different URL each time. Leaving the URL blank isn't working. Is there any way to activate a window title from the clipboard text? or possible some kind of workaround using controls? Quote Link to comment Share on other sites More sharing options...
jason Posted July 17, 2008 Report Share Posted July 17, 2008 Some users have been successful using the Get Pixel Color command. You can do this by getting the pixel color of the progress bar found in the Status Bar at the bottom of the browser program. Usually the color of the bar is blue or green depending on which browser you are using. Just set up a loop to get the color. You can then check the color, if it is still green or blue, have the loop repeat, if it does not equal that color, than the page has loaded and is ready. Get Pixel: Screen Coords: 1011,877 into %N1% Repeat Until %N1% <> 3265326 Delay 300 Milliseconds Repeat End 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.