Class: Capybara::Selector::Normalized

Inherits:
Object
  • Object
show all
Defined in:
lib/capybara/selector.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#locatorObject

Returns the value of attribute locator.



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

def locator
  @locator
end

#optionsObject

Returns the value of attribute options.



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

def options
  @options
end

#selectorObject

Returns the value of attribute selector.



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

def selector
  @selector
end

#xpathsObject

Returns the value of attribute xpaths.



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

def xpaths
  @xpaths
end

Instance Method Details

#failure_messageObject



8
# File 'lib/capybara/selector.rb', line 8

def failure_message; selector.failure_message; end

#nameObject



9
# File 'lib/capybara/selector.rb', line 9

def name; selector.name; end