# File selenium.rb, line 1670
    def type(inputLocator, value)
      @selenium.type(inputLocator, value)
    end