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