method
set_default_options
v7.1.3.2 -
Show latest stable
- Class:
ActionDispatch::SystemTesting::Browser
set_default_options()private
No documentation available.
# File actionpack/lib/action_dispatch/system_testing/browser.rb, line 50
def set_default_options
case name
when :headless_chrome
set_headless_chrome_browser_options
when :headless_firefox
set_headless_firefox_browser_options
end
end