Class: Webrat::Locators::ElementLocator
- Defined in:
- lib/cucumber/webrat/element_locator.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#error_message ⇒ Object
67 68 69 |
# File 'lib/cucumber/webrat/element_locator.rb', line 67 def "Could not find anything matching '#{@value}'" end |
#locate ⇒ Object
59 60 61 |
# File 'lib/cucumber/webrat/element_locator.rb', line 59 def locate Element.load(@session, table_element) end |
#table_element ⇒ Object
63 64 65 |
# File 'lib/cucumber/webrat/element_locator.rb', line 63 def table_element Webrat::XML.css_search(@dom, @value)[0] end |