IFindsByPartialLinkText InterfaceWebDriver
Defines the interface through which the user finds elements by a partial match on their link text.

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

public interface IFindsByPartialLinkText

The IFindsByPartialLinkText type exposes the following members.

Methods

  NameDescription
Public methodFindElementByPartialLinkText
Finds the first element matching the specified partial link text.
Public methodFindElementsByPartialLinkText
Finds all elements matching the specified partial link text.
Top
See Also

Reference