SelectElementDeselectByIndex Method
Deselect the option by the index, as determined by the "index" attribute of the element.

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

instance.DeselectByIndex(index)

Parameters

index
Type: SystemInt32
The value of the index attribute of the option to deselect.
See Also