# File lib/selenium/client/selenium_helper.rb, line 21 21: def select(input_locator, option_locator) 22: @selenium.select input_locator, option_locator 23: end