An NDoc Documented Class Library

DefaultSelenium.WaitForFrameToLoad Method 

Waits for a new frame to load.

Selenium constantly keeps track of new pages and frames loading, and sets a "newPageLoaded" flag when it first notices a page load.

See waitForPageToLoad for more information.
public void 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

Implements

ISelenium.WaitForFrameToLoad

See Also

DefaultSelenium Class | Selenium Namespace