method
browser_options
v6.1.3.1 -
Show latest stable
- Class:
ActionDispatch::SystemTesting::Driver
browser_options()private
No documentation available.
# File actionpack/lib/action_dispatch/system_testing/driver.rb, line 42
def browser_options
@options.merge(options: @browser.options).compact
end