Documented some undocumented options

This commit is contained in:
Jonas Nicklas 2011-08-19 20:43:24 +03:00
parent 1a2c576175
commit 9dfe35b439
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ module Capybara
# [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)
# [prefer_visible_elements = Boolean] Whether to prefer visible elements over hidden elements (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)
#
# === DSL Options
#