module Selenium::WebDriver::IE::Features

Public Instance Methods

command_list() click to toggle source
# File lib/selenium/webdriver/ie/features.rb, line 24
def command_list
  self.class::COMMANDS
end
commands(command) click to toggle source
# File lib/selenium/webdriver/ie/features.rb, line 28
def commands(command)
  command_list[command]
end