method

browser_options

browser_options()
private

No documentation available.

# File actionpack/lib/action_dispatch/system_testing/driver.rb, line 42
        def browser_options
          @options.merge(options: @browser.options).compact
        end