class ActionDispatch::SystemTesting::Browser
def set_headless_firefox_browser_options
def set_headless_firefox_browser_options configure do |capabilities| capabilities.add_argument("-headless") end end
def set_headless_firefox_browser_options configure do |capabilities| capabilities.add_argument("-headless") end end