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