| Class | Webrat::Session |
| In: |
lib/webrat/core/session.rb
|
| Parent: | Object |
| adapter | [RW] | |
| current_url | [R] | |
| elements | [R] |
Works like click_link, but only looks for the link text within a given selector
Example:
click_link_within "#user_12", "Vote"