method

set_headless_firefox_browser_options

set_headless_firefox_browser_options()
private

No documentation available.

# File actionpack/lib/action_dispatch/system_testing/browser.rb, line 69
        def set_headless_firefox_browser_options
          configure do |capabilities|
            capabilities.add_argument("-headless")
          end
        end