By PartialLinkText Method WebDriver
Gets a mechanism to find elements by a partial match on their link text.

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

public static By PartialLinkText(
	string partialLinkTextToFind
)

Parameters

partialLinkTextToFind
Type: OnlineSystem String
The partial link text to find.

Return Value

A By object the driver can use to find the elements.
See Also