module Selenium::WebDriver::Keys
Constants
Public Class Methods
[](key)
click to toggle source
# File lib/selenium/webdriver/common/keys.rb, line 78 def self.[](key) KEYS[key] || raise(Error::UnsupportedOperationError, "no such key #{key.inspect}") end