# File lib/selenium/webdriver/remote/bridge.rb, line 28 def self.command(name, verb, url) COMMANDS[name] = [verb, url.freeze] end