WebElementTextMatches メソッド
正規表現に一致するすべての出現を返します。

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As WebElement
Dim pattern As String
Dim returnValue As List

returnValue = instance.TextMatches(pattern)

パラメータ

pattern
型: SystemString
照合する正規表現パターン。

戻り値

型: List
文字列の配列、または null。
参照