method
browser_options
rails 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