class Selenium::WebDriver::IE::Options
def process_browser_options(browser_options)
def process_browser_options(browser_options) options = browser_options[KEY] options['ie.browserCommandLineSwitches'] = @args.to_a.join(' ') if @args.any? end
def process_browser_options(browser_options) options = browser_options[KEY] options['ie.browserCommandLineSwitches'] = @args.to_a.join(' ') if @args.any? end