Initializes a new instance of the FindElementEventArgs class.
Namespace: OpenQA.Selenium.Support.EventsAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public FindElementEventArgs( IWebDriver driver, By method )
Parameters
- driver
- Type: OpenQA.Selenium IWebDriver
The WebDriver instance used in finding elements.
- method
- Type: OpenQA.Selenium By
The By object containing the method used to find elements
See Also