ByAny メソッド
Search using multiple mechanisms

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim by1 As By
Dim by2 As By
Dim by3 As By
Dim by4 As By
Dim by5 As By
Dim by6 As By
Dim returnValue As By

returnValue = By.Any(by1, by2, by3, 
	by4, by5, by6)

パラメータ

by1
型: SeleniumBy
検索方法 1。
by2
型: SeleniumBy
検索方法 2。
by3(省略可)
型: SeleniumBy
Optional - 検索方法 3。
by4(省略可)
型: SeleniumBy
Optional - 検索方法 4。
by5(省略可)
型: SeleniumBy
Optional - 検索方法 5。
by6(省略可)
型: SeleniumBy
Optional - 検索方法 6。

戻り値

型: By
By オブジェクト
参照