Method: Selenium::WebDriver::Interactions::KeyInput#create_key_down
- Defined in:
- lib/selenium/webdriver/common/interactions/key_input.rb
#create_key_down(key) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
37 38 39 |
# File 'lib/selenium/webdriver/common/interactions/key_input.rb', line 37 def create_key_down(key) add_action(TypingInteraction.new(self, :down, key)) end |