module Selenium::WebDriver::Chrome::Features
Constants
- CHROME_COMMANDS
Public Instance Methods
command_list()
click to toggle source
# File lib/selenium/webdriver/chrome/features.rb, line 38 def command_list CHROME_COMMANDS.merge(CHROMIUM_COMMANDS).merge(self.class::COMMANDS) end
commands(command)
click to toggle source
# File lib/selenium/webdriver/chrome/features.rb, line 42 def commands(command) command_list[command] end