Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

How to tell if page has loaded


This topic is 6626 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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?

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.