class Selenium::WebDriver::Remote::Bridge

def commands(command)

def commands(command)
  raise NotImplementedError unless command == :new_session
  COMMANDS[command]
end