SelectElementDeselectAll メソッド
Clear all selected entries. This is only valid when the SELECT supports multiple selections.

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As SelectElement

instance.DeselectAll()
例外
例外条件
InvalidOperationError複数選択をサポートしない SELECT で、すべてのオプションの選択解除を試みたときに送出されます。
参照