method

options

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Browser
options() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/system_testing/browser.rb, line 23
      def options
        case name
        when :headless_chrome
          headless_chrome_browser_options
        when :headless_firefox
          headless_firefox_browser_options
        end
      end
Register or log in to add new notes.