method

set_headless_firefox_browser_options

rails latest stable - Class: ActionDispatch::SystemTesting::Browser
set_headless_firefox_browser_options()
private

No documentation available.

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