views:

51

answers:

0

There is a frame which content is loaded by a javascript.

<iframe ... onload="pageLoaded();">

A QTP test needs to wait until it finishes loading. The frame content can differ basing on user settings, so checking for existense of an element in the frame is not an option.

Is there a way to wait in QTP until all content is loaded without trying to check for existence of some element?