Waitforpagetoload
Simple command that can wait for the currently loading page to
finish loading before proceeding with the rest of the
Selenium interactions.
Required Attributes
timeout
the amount of time in milliseconds to wait for a page to
load after which an error will be thrown and the
current execution would terminate.
Usage Examples
Example #1
<selenium baseurl="http://www.yahoo.com" browser="*${browser}">
<open url="/" />
<waitForPageToLoad timeout="30000" />
</selenium>