method
set_headless_firefox_browser_options
v7.0.0 -
Show 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 69
def set_headless_firefox_browser_options
configure do |capabilities|
capabilities.add_argument("-headless")
end
end