method
options
v5.2.3 -
Show latest stable
- Class:
ActionDispatch::SystemTesting::Browser
options()public
No documentation available.
# File actionpack/lib/action_dispatch/system_testing/browser.rb, line 23
def options
case name
when :headless_chrome
headless_chrome_browser_options
when :headless_firefox
headless_firefox_browser_options
end
end