The FindElementEventArgs type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | Driver |
Gets the WebDriver instance used in finding elements.
|
![]() | Element |
Gets the parent element used as the context for the search.
|
![]() | FindMethod |
Gets the By object containing the method used to find elements.
|
See Also