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