module Selenium::WebDriver::LocalDriver
def initialize_local_driver(options, service, url)
def initialize_local_driver(options, service, url) raise ArgumentError, "Can't initialize #{self.class} with :url" if url service ||= Service.send(browser) caps = process_options(options, service) url = service_url(service) [caps, url] end