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

public interface IFindsByName

The IFindsByName type exposes the following members.

Methods

  NameDescription
Public methodFindElementByName
Finds the first element matching the specified name.
Public methodFindElementsByName
Finds all elements matching the specified name.
Top
See Also

Reference