class Selenium::WebDriver::Support::Select

def deselect_option(option)

def deselect_option(option)
  option.click if option.selected?
end