SelectElementSelectedOption プロパティ
Gets the selected item within the select element.

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

value = instance.SelectedOption

プロパティ値

型: WebElement
例外
例外条件
NoSuchElementErrorオプションが一つも選択されていないときに送出されます。
備考
If more than one item is selected this will return the first item.
参照