Forum Discussion
2 Replies
- shankar_rCommunity Hero
TC have detailed article on this
- tristaanogreEsteemed Contributor
Something else that I've done in the past is look for other objects, properties, etc., on the page that give indication that the page is fully loaded. Do an object.WaitProperty call or something similar to wait for a particular object.
If you have good relationship with your developers, you might also want to have them drop in a quick little bit of code that just sets an attribute on one tag on the page that is the "last" thing to be set on a page load. You can then use that as your trigger in your automation to determine the page load.