# File lib/selenium/openqa/selenium.rb, line 1672
    def type(inputLocator, value)
      @selenium.type(inputLocator, value)
    end