Class: Capybara::Selector::Normalized
- Inherits:
-
Object
- Object
- Capybara::Selector::Normalized
- Defined in:
- lib/capybara/selector.rb
Instance Attribute Summary collapse
-
#locator ⇒ Object
Returns the value of attribute locator.
-
#options ⇒ Object
Returns the value of attribute options.
-
#selector ⇒ Object
Returns the value of attribute selector.
-
#xpaths ⇒ Object
Returns the value of attribute xpaths.
Instance Method Summary collapse
Instance Attribute Details
#locator ⇒ Object
Returns the value of attribute locator.
6 7 8 |
# File 'lib/capybara/selector.rb', line 6 def locator @locator end |
#options ⇒ Object
Returns the value of attribute options.
6 7 8 |
# File 'lib/capybara/selector.rb', line 6 def @options end |
#selector ⇒ Object
Returns the value of attribute selector.
6 7 8 |
# File 'lib/capybara/selector.rb', line 6 def selector @selector end |
#xpaths ⇒ Object
Returns the value of attribute xpaths.
6 7 8 |
# File 'lib/capybara/selector.rb', line 6 def xpaths @xpaths end |
Instance Method Details
#failure_message ⇒ Object
8 |
# File 'lib/capybara/selector.rb', line 8 def ; selector.; end |
#name ⇒ Object
9 |
# File 'lib/capybara/selector.rb', line 9 def name; selector.name; end |