PopupWindowFinder Constructor (IWebDriver)WebDriver
Initializes a new instance of the PopupWindowFinder class.

Namespace: OpenQA.Selenium.Support.UI
Assembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public PopupWindowFinder(
	IWebDriver driver
)

Parameters

driver
Type: OpenQA.Selenium IWebDriver
The IWebDriver instance that is used to manipulate the popup window.
Remarks

When using this constructor overload, the timeout will be 5 seconds, and the check for a new window will be performed every 250 milliseconds.
See Also