ById メソッド
id で検索します。

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

returnValue = By.Id(id)

パラメータ

id
型: SystemString
Element id

戻り値

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