IFindsByLinkText InterfaceWebDriver
Defines the interface through which the user finds elements by their link text.

Namespace: OpenQA.Selenium.Internal
Assembly: WebDriver (in WebDriver.dll) Version: 3.1.0
Syntax

public interface IFindsByLinkText

The IFindsByLinkText type exposes the following members.

Methods

  NameDescription
Public methodFindElementByLinkText
Finds the first element matching the specified link text.
Public methodFindElementsByLinkText
Finds all elements matching the specified link text.
Top
See Also

Reference