method

set_default_options

set_default_options()
private

No documentation available.

# File actionpack/lib/action_dispatch/system_testing/browser.rb, line 50
        def set_default_options
          case name
          when :headless_chrome
            set_headless_chrome_browser_options
          when :headless_firefox
            set_headless_firefox_browser_options
          end
        end