Clear all selected entries. This is only valid when the SELECT supports multiple selections.
Namespace: OpenQA.Selenium.Support.UIAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Exceptions
Exception | Condition |
---|---|
OpenQA.Selenium WebDriverException | Thrown when attempting to deselect all options from a SELECT that does not support multiple selections. |
See Also