Class: Capybara::Queries::MatchQuery Private
- Inherits:
-
SelectorQuery
- Object
- BaseQuery
- SelectorQuery
- Capybara::Queries::MatchQuery
- 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
Instance Attribute Summary
Attributes inherited from SelectorQuery
#expression, #locator, #options, #selector
Attributes inherited from BaseQuery
Instance Method Summary collapse
- #visible ⇒ Object private
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
#visible ⇒ Object
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 .key?(:visible) ? super : :all end |