Method: Tooth::PageObject#link
- Defined in:
- lib/deps/tooth/page_object.rb
#link(name, locator) ⇒ Object
40 41 42 |
# File 'lib/deps/tooth/page_object.rb', line 40 def link name, locator page_element[name] = lambda { |*args| element_with_finders.find_link(locator_string(locator, args)) } end |