method
new
v5.1.7 -
Show latest stable
- Class:
ActionDispatch::SystemTesting::Driver
new(name, **options)public
No documentation available.
# File actionpack/lib/action_dispatch/system_testing/driver.rb, line 4
def initialize(name, **options)
@name = name
@browser = options[:using]
@screen_size = options[:screen_size]
@options = options[:options]
end