# File lib/selenium/client/selenium_helper.rb, line 16 16: def type(locator, value) 17: @selenium.type locator, value 18: end