SelectElementDeselectAll Method
Clear all selected entries. This is only valid when the SELECT supports multiple selections.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As SelectElement

instance.DeselectAll()
Exceptions
ExceptionCondition
InvalidOperationErrorThrown when attempting to deselect all options from a SELECT that does not support multiple selections.
See Also