ByLinkText Method
Search by link text

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim linkText As String
Dim returnValue As By

returnValue = By.LinkText(linkText)

Parameters

linkText
Type: SystemString
Text of the link

Return Value

Type: By
By object
See Also