Created
August 20, 2012 14:28
-
-
Save pollingj/3404714 to your computer and use it in GitHub Desktop.
XPath to find link within a specific table row containing specific text in another cell
This file contains 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[th[text()="[email protected]"]]/descendant::a[normalize-space(text())='Delete'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment