module Selenium::WebDriver::Edge::Features

Constants

EDGE_COMMANDS

Public Instance Methods

command_list() click to toggle source
# File lib/selenium/webdriver/edge/features.rb, line 38
def command_list
  EDGE_COMMANDS.merge(CHROMIUM_COMMANDS).merge(self.class::COMMANDS)
end
commands(command) click to toggle source
# File lib/selenium/webdriver/edge/features.rb, line 42
def commands(command)
  command_list[command]
end