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
The IFindsByLinkText type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | FindElementByLinkText |
Finds the first element matching the specified link text.
|
![]() | FindElementsByLinkText |
Finds all elements matching the specified link text.
|
See Also