module Selenium::WebDriver::IE::Features

def command_list

def command_list
  self.class::COMMANDS
end

def commands(command)

def commands(command)
  command_list[command]
end