DefaultSelenium WaitForFrameToLoad Method WebDriver
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.

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public void WaitForFrameToLoad(
	string frameAddress,
	string timeout
)

Parameters

frameAddress
Type: OnlineSystem String
FrameAddress from the server side
timeout
Type: OnlineSystem String
a timeout in milliseconds, after which this command will return with an error

Implements

ISelenium WaitForFrameToLoad(String, String)
See Also