Parent

Methods

Class/Module Index [+]

Quicksearch

Capybara::Queries::BaseQuery

Constants

COUNT_KEYS

Attributes

options[R]

Public Instance Methods

wait() click to toggle source
# File lib/capybara/queries/base_query.rb, line 9
def wait
  if @options.has_key?(:wait)
    @options[:wait] || 0
  else
    Capybara.default_wait_time
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.