SelectElement SelectedOption Property WebDriver
Gets the selected item within the select element.

Namespace: OpenQA.Selenium.Support.UI
Assembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public IWebElement SelectedOption { get; }
Exceptions

Remarks

If more than one item is selected this will return the first item.
See Also