Method: ActionDispatch::SystemTesting::Browser#initialize

Defined in:
actionpack/lib/action_dispatch/system_testing/browser.rb

#initialize(name) ⇒ Browser

Returns a new instance of Browser.



10
11
12
13
# File 'actionpack/lib/action_dispatch/system_testing/browser.rb', line 10

def initialize(name)
  @name = name
  set_default_options
end