Method: Selenium::Client::GeneratedDriver#alt_key_down

Defined in:
lib/selenium/client/legacy_driver.rb

#alt_key_downObject

Press the alt key and hold it down until doAltUp() is called or a new page is loaded.

[View source]

255
256
257
# File 'lib/selenium/client/legacy_driver.rb', line 255

def alt_key_down()
    remote_control_command("altKeyDown", [])
end