VerifyMatches メソッド
入力が正規表現パターンに一致することを検査します。

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

returnValue = Verify.Matches(pattern, 
	input, failmessage)

パラメータ

pattern
型: SystemString
input
型: SystemString
failmessage(省略可)
型: SystemString

戻り値

型: String
参照