Class: Capybara::Queries::MatchQuery Private

Inherits:
SelectorQuery show all
Defined in:
lib/capybara/queries/match_query.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Constant Summary

Constants inherited from SelectorQuery

SelectorQuery::SPATIAL_KEYS, SelectorQuery::VALID_KEYS, SelectorQuery::VALID_MATCH

Constants inherited from BaseQuery

BaseQuery::COUNT_KEYS

Instance Attribute Summary

Attributes inherited from SelectorQuery

#expression, #locator, #options, #selector

Attributes inherited from BaseQuery

#options, #session_options

Instance Method Summary collapse

Methods inherited from SelectorQuery

#applied_description, #css, #description, #exact?, #failure_message, #initialize, #label, #match, #matches_filters?, #name, #negative_failure_message, #resolve_for, #supports_exact?, #xpath

Methods inherited from BaseQuery

#expects_none?, #failure_message, #initialize, #matches_count?, #negative_failure_message, #wait, wait

Constructor Details

This class inherits a constructor from Capybara::Queries::SelectorQuery

Instance Method Details

#visibleObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



6
7
8
# File 'lib/capybara/queries/match_query.rb', line 6

def visible
  options.key?(:visible) ? super : :all
end