| SelectElementSelectedOption プロパティ |
Gets the selected item within the select element.
名前空間: Seleniumアセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文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.
参照