| SelectElementDeselectByText メソッド |
Deselect the option by the text displayed.
名前空間: Seleniumアセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文Dim instance As SelectElement
Dim text As String
instance.DeselectByText(text)
パラメータ
- text
- 型: SystemString
選択を解除するオプションの表示テキスト。
備考例: 次のようなオプションを "Bar" で選択解除します。
<option value="foo">Bar</option>
参照