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