Methods

Class/Module Index [+]

Quicksearch

Selenium::WebDriver::Keys

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.