Initializes a new instance of the PopupWindowFinder class
with the specified timeout.
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 )
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.
Remarks
See Also