Forum Discussion
chrisb
12 years agoRegular Contributor
http://support.smartbear.com/viewarticle/56525/
For testing our web app I use the wait method to wait for the page to load and then search the page for the object I need. You could also put your search for an object inside a loop. Exit the loop when object is found or quit after n number of attempts to find object.
For testing our web app I use the wait method to wait for the page to load and then search the page for the object I need. You could also put your search for an object inside a loop. Exit the loop when object is found or quit after n number of attempts to find object.