method
type
rails latest stable - Class:
ActionDispatch::SystemTesting::Browser
type()public
No documentation available.
# File actionpack/lib/action_dispatch/system_testing/browser.rb, line 13
def type
case name
when :headless_chrome
:chrome
when :headless_firefox
:firefox
else
name
end
end