Waits for a new frame to load.
Namespace: SeleniumSelenium 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.Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- frameAddress
- Type:
System String
FrameAddress from the server side
- timeout
- Type:
System String
a timeout in milliseconds, after which this command will return with an error
See Also