Module: Selenium::WebDriver::IE::Features
- Defined in:
 - lib/selenium/webdriver/ie/features.rb
 
Instance Method Summary collapse
Instance Method Details
#command_list ⇒ Object
      24 25 26  | 
    
      # File 'lib/selenium/webdriver/ie/features.rb', line 24 def command_list self.class::COMMANDS end  | 
  
#commands(command) ⇒ Object
      28 29 30  | 
    
      # File 'lib/selenium/webdriver/ie/features.rb', line 28 def commands(command) command_list[command] end  |