# File lib/selenium/html_element.rb, line 37
    def key_press(key)
      @webpage.key_press(@locator, key)
    end