method

default_firefox_options

rails latest stable - Class: ActionDispatch::SystemTesting::Browser

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

default_firefox_options()
private

No documentation available.

# File actionpack/lib/action_dispatch/system_testing/browser.rb, line 59
        def default_firefox_options
          options = ::Selenium::WebDriver::Firefox::Options.new
          options.add_argument("-headless") if name == :headless_firefox
          options
        end