FindElementEventArgs PropertiesWebDriver
The FindElementEventArgs type exposes the following members.
Properties

  NameDescription
Public propertyDriver
Gets the WebDriver instance used in finding elements.
Public propertyElement
Gets the parent element used as the context for the search.
Public propertyFindMethod
Gets the By object containing the method used to find elements.
Back to Top
See Also