method

define_browser_capabilities

rails latest stable - Class: ActionDispatch::SystemTesting::Driver

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

define_browser_capabilities(capabilities)
private

No documentation available.

# File actionpack/lib/action_dispatch/system_testing/driver.rb, line 39
        def define_browser_capabilities(capabilities)
          @capabilities.call(capabilities) if @capabilities
        end