SelectElementSelectByValue メソッド
Select an option by the value.

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

instance.SelectByValue(value)

パラメータ

value
型: SystemString
選択するオプションの値。
例外
例外条件
NoSuchElementError指定した値の要素が見つからないときに送出されます。
備考
When given "foo" this method will select an option like:

<option value="foo">Bar</option>

参照