Method: Selenium::WebDriver::Interactions::KeyInput#encode
- Defined in:
- lib/selenium/webdriver/common/interactions/key_input.rb
#encode ⇒ Object
30 31 32 33 |
# File 'lib/selenium/webdriver/common/interactions/key_input.rb', line 30 def encode return nil if no_actions? {type: type, id: name, actions: @actions.map(&:encode)} end |