Created
August 2, 2015 18:16
-
-
Save mikecmpbll/d95c01ae4223e9202cd4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <tr class="foo"></tr> | |
| <tr class="foo"></tr> | |
| <tr></tr> | |
| <tr class="bar"></tr> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # how'd i get to that 2nd foo row, from here? | |
| # (logic being that it's the closest sibling node with class 'foo' | |
| # before the bar tr | |
| page.at_css(".bar") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment