class Selenium::WebDriver::Support::Select

def find_by_value(value)

def find_by_value(value)
  @element.find_elements(xpath: ".//option[@value = #{Escaper.escape value}]")
end