IFindsByPartialLinkText FindElementsByPartialLinkText Method WebDriver
Finds all elements matching the specified partial link text.

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

ReadOnlyCollection<IWebElement> FindElementsByPartialLinkText(
	string partialLinkText
)

Parameters

partialLinkText
Type: OnlineSystem String
The partial link text to match.

Return Value

A OnlineReadOnlyCollection T  containing all IWebElements matching the criteria.
See Also