Method: Selenium::WebDriver::Interactions::KeyInput#create_key_up

Defined in:
lib/selenium/webdriver/common/interactions/key_input.rb

#create_key_up(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.



41
42
43
# File 'lib/selenium/webdriver/common/interactions/key_input.rb', line 41

def create_key_up(key)
  add_action(TypingInteraction.new(self, :up, key))
end