CCBtx Posted November 28, 2006 Posted November 28, 2006 I have a script that is using the web viewer to: 1. Select the URL and; 2. Past the HTML Content to a field for storage It seems as if the script is running faster than the page can load. How do I make the script wait for the page to load before it pastes the content?
Tissot Posted November 28, 2006 Posted November 28, 2006 ..do a "Pause/Resume Script" and set a duration of how many secons the page needs to load. Regards Ron
Genx Posted November 28, 2006 Posted November 28, 2006 Try inserting this into your script assuming that getastext works... Loop Set Variable[$content ; GetAsText(Webviewerhere)] Pause 1 second Exit Loop If[GetAsText(Webviewerhere) = $content] End Loop
Recommended Posts
This topic is 6626 days old. Please don't post here. Open a new topic instead.
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