An NDoc Documented Class Library

ISelenium.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.
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

See Also

ISelenium Interface | Selenium Namespace