Initializes a new instance of the PopupWindowFinder class
with the specified timeout and using the specified interval to check for
the existence of the new window.
Namespace: OpenQA.Selenium.Support.UIAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public PopupWindowFinder( IWebDriver driver, TimeSpan timeout, TimeSpan sleepInterval )
Parameters
- driver
- Type: OpenQA.Selenium IWebDriver
The IWebDriver instance that is used to manipulate the popup window.
- timeout
- Type:
System TimeSpan
TheTimeSpan representing the amount of time to wait for the popup window to appear.
- sleepInterval
- Type:
System TimeSpan
TheTimeSpan representing the amount of time to wait between checks of the available window handles.
See Also