WebDriverPageSourceMatches Method
Returns all the occurences matching the regular expression.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As WebDriver
Dim pattern As String
Dim group As Short
Dim returnValue As List

returnValue = instance.PageSourceMatches(pattern, 
	group)

Parameters

pattern
Type: SystemString
The regular expression pattern to match.
group (Optional)
Type: SystemInt16
Optional - Group number (Zero based)

Return Value

Type: List
Array of strings or null
See Also