IFindsByTagName InterfaceWebDriver
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

public interface IFindsByTagName

The IFindsByTagName type exposes the following members.

Methods

  NameDescription
Public methodFindElementByTagName
Finds the first element matching the specified tag name.
Public methodFindElementsByTagName
Finds all elements matching the specified tag name.
Top
See Also

Reference