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