module Selenium::WebDriver::Edge::Features

def command_list

def command_list
  EDGE_COMMANDS.merge(CHROMIUM_COMMANDS).merge(self.class::COMMANDS)
end

def commands(command)

def commands(command)
  command_list[command]
end