Initializes a new instance of the PopupWindowFinder class.
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 )
Parameters
- driver
- Type: OpenQA.Selenium IWebDriver
The IWebDriver instance that is used to manipulate the popup window.
Remarks
See Also