Testing_Selenium::waitForFrameToLoad
Waits for a new frame to load.
<p> Selenium constantly keeps track of new pages and frames loading, and sets a "newPageLoaded" flag when it first notices a page load. </p> See waitForPageToLoad for more information.
Signature
public function waitForFrameToLoad(string
$frameAddress,
string
$timeout )
Parameters
-
$frameAddress
- FrameAddress from the server side
-
$timeout
- a timeout in milliseconds, after which this command will return with an error