Flowdock
method

set_default_options

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: Browser
set_default_options() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/system_testing/browser.rb, line 63
        def set_default_options
          case name
          when :headless_chrome
            set_headless_chrome_browser_options
          when :headless_firefox
            set_headless_firefox_browser_options
          end
        end
Register or log in to add new notes.