SearchContextFindElementsByPartialLinkText Method
Finds the first of elements that match the part of the link text supplied

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As SearchContext
Dim partiallinktext As String
Dim minimum As Integer
Dim timeout As Integer
Dim returnValue As WebElements

returnValue = instance.FindElementsByPartialLinkText(partiallinktext, 
	minimum, timeout)

Parameters

partiallinktext
Type: SystemString
Partial link text
minimum (Optional)
Type: SystemInt32
Minimum number of elements to wait for
timeout (Optional)
Type: SystemInt32
Optional timeout in milliseconds

Return Value

Type: WebElements
WebElements
See Also