method

options

options()
public

No documentation available.

# File actionpack/lib/action_dispatch/system_testing/browser.rb, line 25
      def options
        @options ||=
          case type
          when :chrome
            default_chrome_options
          when :firefox
            default_firefox_options
          end
      end