Siebel test automation (OSS) - Determine page/view load completed.
We are currently investigating the usage of a WebDriver based Functional Test automation framework (ex. Selenium) for testing the Siebel Open UI. The setup is fine and we are able to find and interact with the elements in the applets and views.
Currently we are investigating on what the best waiting strategy is. Right now most of our steps rely on the availability of a certain element in a particular state. This works, but not always due to slow performing environments causing false test failures.
We have looked at using the loading image. If present, then wait till it disappears. However, this image may appear several times in a loading session. Does anyone have a sure way of determining when the Open UI page has loaded completely? I.e. would this be available in JQuery?