SearchContextFindElementsBy Method
Finds all child elements matching the given mechanism and value.

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

returnValue = instance.FindElementsBy(strategy, 
	value, minimum, timeout)

Parameters

strategy
Type: Strategy
The mechanism by which to find the elements.
value
Type: SystemString
The value to use to search for the elements.
minimum (Optional)
Type: SystemInt32
Minimum of elements expected
timeout (Optional)
Type: SystemInt32
Timeout in millisecond

Return Value

Type: WebElements

[Missing <returns> documentation for "M:Selenium.SearchContext.FindElementsBy(Selenium.Strategy,System.String,System.Int32,System.Int32)"]

See Also