method
options
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::SystemTesting::Browser
options()public
No documentation available.
# File actionpack/lib/action_dispatch/system_testing/browser.rb, line 25
def options
@options ||=
case type
when :chrome
default_chrome_options
when :firefox
default_firefox_options
end
end