Finds the first element matching the specified partial link text.
Namespace: OpenQA.Selenium.InternalAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
IWebElement FindElementByPartialLinkText( string partialLinkText )
Parameters
- partialLinkText
- Type:
System String
The partial link text to match.
Return Value
The first IWebElement matching the criteria.See Also