Initializes a new instance of the WebElementEventArgs class.
Namespace: OpenQA.Selenium.Support.EventsAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public WebElementEventArgs( IWebDriver driver, IWebElement element )
Parameters
- driver
- Type: OpenQA.Selenium IWebDriver
The WebDriver instance used for the action.
- element
- Type: OpenQA.Selenium IWebElement
The element used for the action.
See Also