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, IWebElement element, By method )
Parameters
- driver
- Type: OpenQA.Selenium IWebDriver
The WebDriver instance used in finding elements.
- element
- Type: OpenQA.Selenium IWebElement
The parent element used as the context for the search.
- method
- Type: OpenQA.Selenium By
The By object containing the method used to find elements.
See Also