Module: QAT::Web::Elements::Selector
- Extended by:
- Selector
- Includes:
- Configuration
- Included in:
- QAT::Web::Elements, Base, Selector, Waiters
- Defined in:
- lib/qat/web/elements/selector.rb
Overview
Helper methods for handling selectors and selector transformations
Defined Under Namespace
Classes: InvalidConfigurationError
Instance Method Summary collapse
-
#selector(config, *args) ⇒ Array
Returns the selector from configuration.
Methods included from Configuration
last_access, #last_access, last_access=, #parse_configuration
Instance Method Details
#selector(config, *args) ⇒ Array
Returns the selector from configuration
30 31 32 |
# File 'lib/qat/web/elements/selector.rb', line 30 def selector(config, *args) extract_selector(config, *args) end |