class Selenium::WebDriver::Firefox::Options
def process_browser_options(browser_options)
def process_browser_options(browser_options) browser_options['moz:debuggerAddress'] = true if @debugger_address options = browser_options[KEY] options['binary'] ||= Firefox.path if Firefox.path options['profile'] = @profile if @profile end