Method: Selenium::WebDriver::Remote::Bridge#sendModifierKeyToActiveElement
- Defined in:
- lib/selenium/webdriver/remote/bridge.rb
permalink #sendModifierKeyToActiveElement(key, down) ⇒ 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.
265 266 267 |
# File 'lib/selenium/webdriver/remote/bridge.rb', line 265 def sendModifierKeyToActiveElement(key, down) execute :sendModifierKeyToActiveElement, {}, :value => key, :isdown => down end |