mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Merge pull request #1224 from espen/patch-1
config.ignore_hidden_elements = true is the default
This commit is contained in:
commit
743a117241
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ module Capybara
|
||||||
# [run_server = Boolean] Whether to start a Rack server for the given Rack app (Default: true)
|
# [run_server = Boolean] Whether to start a Rack server for the given Rack app (Default: true)
|
||||||
# [default_selector = :css/:xpath] Methods which take a selector use the given type by default (Default: CSS)
|
# [default_selector = :css/:xpath] Methods which take a selector use the given type by default (Default: CSS)
|
||||||
# [default_wait_time = Integer] The number of seconds to wait for asynchronous processes to finish (Default: 2)
|
# [default_wait_time = Integer] The number of seconds to wait for asynchronous processes to finish (Default: 2)
|
||||||
# [ignore_hidden_elements = Boolean] Whether to ignore hidden elements on the page (Default: false)
|
# [ignore_hidden_elements = Boolean] Whether to ignore hidden elements on the page (Default: true)
|
||||||
# [automatic_reload = Boolean] Whether to automatically reload elements as Capybara is waiting (Default: true)
|
# [automatic_reload = Boolean] Whether to automatically reload elements as Capybara is waiting (Default: true)
|
||||||
# [save_and_open_page_path = String] Where to put pages saved through save_and_open_page (Default: Dir.pwd)
|
# [save_and_open_page_path = String] Where to put pages saved through save_and_open_page (Default: Dir.pwd)
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue