method
registerable?
rails latest stable - Class:
ActionDispatch::SystemTesting::Driver
registerable?()private
No documentation available.
# File actionpack/lib/action_dispatch/system_testing/driver.rb, line 32
def registerable?
[:selenium, :cuprite, :rack_test, :playwright].include?(@driver_type)
end