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