SelectElementDeselectByText メソッド
Deselect the option by the text displayed.

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

instance.DeselectByText(text)

パラメータ

text
型: SystemString
選択を解除するオプションの表示テキスト。
備考
例: 次のようなオプションを "Bar" で選択解除します。

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

参照