Gets all option element IDs for selected options in the specified select or multi-select element.
Namespace: SeleniumAssembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- selectLocator
- Type:
System String
an element locator identifying a drop-down menu
Return Value
an array of all selected option IDs in the specified select drop-downImplements
ISelenium GetSelectedIds(String)See Also