mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add headless browser support in api docs [ci skip]
This commit is contained in:
parent
659c516bef
commit
72aca5231f
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ module ActionDispatch
|
|||
# size of the browser screen. These two options are not applicable for
|
||||
# headless drivers and will be silently ignored if passed.
|
||||
#
|
||||
# Headless browsers such as headless Chrome and headless Firefox are also supported.
|
||||
# You can use these browsers by setting the +:using+ argument to +:headless_chrome+ or +:headless_firefox+.
|
||||
#
|
||||
# To use a headless driver, like Poltergeist, update your Gemfile to use
|
||||
# Poltergeist instead of Selenium and then declare the driver name in the
|
||||
# +application_system_test_case.rb+ file. In this case, you would leave out
|
||||
|
|
Loading…
Reference in a new issue