ByTag メソッド
タグ名で検索します。

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

returnValue = By.Tag(tagName)

パラメータ

tagName
型: SystemString
要素のタグ名。

戻り値

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