Method: ActionDispatch::SystemTesting::Browser#initialize

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

#initialize(name) ⇒ Browser

Returns a new instance of Browser.



8
9
10
11
# File 'lib/action_dispatch/system_testing/browser.rb', line 8

def initialize(name)
  @name = name
  set_default_options
end