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