November 17, 200916 yr Hi, I am trying to get the content of a webpage after the page has completely loaded. Is there a way to wait, without the Pause for 2 seconds command, until the content has loaded? This is my current set-up: Loop Pause/Resume [Duration (seconds): 2] Exit Loop If [GLOA("wv";"content") != ""] End Loop Reason being is that this is not 100% fool proof. Some time this fails. Anyone else use something similar?? Many thanks, Jim.
November 17, 200916 yr Author Thank you. I also set a counter but left it out for simplicity : I do no have an HTML tag on the page I am using but it has given me an idea of check for certain characters which I can expect from the page. Problem solved. Many thanks, Jim
Create an account or sign in to comment