Method: ActionDispatch::SystemTesting::Browser#options
- Defined in:
- actionpack/lib/action_dispatch/system_testing/browser.rb
#options ⇒ Object
26 27 28 29 30 31 32 33 34 |
# File 'actionpack/lib/action_dispatch/system_testing/browser.rb', line 26 def ||= case type when :chrome ::Selenium::WebDriver::Chrome::Options.new when :firefox ::Selenium::WebDriver::Firefox::Options.new end end |