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
def find_by_value(value) @element.find_elements(xpath: ".//option[@value = #{Escaper.escape value}]") end