Defines the interface through which the user finds elements by their name.
Namespace: OpenQA.Selenium.Internal
Assembly: WebDriver (in WebDriver.dll) Version: 3.1.0
Syntax
The IFindsByName type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | FindElementByName |
Finds the first element matching the specified name.
|
![]() | FindElementsByName |
Finds all elements matching the specified name.
|
See Also