SelectElement AllSelectedOptions Property WebDriver
Gets all of the selected options 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 IList<IWebElement> AllSelectedOptions { get; }
See Also