Last active
December 14, 2015 15:48
-
-
Save sureshnath/5110137 to your computer and use it in GitHub Desktop.
XPath - list all attributes of elements with a specific criteriaexample: list href of links with class="list"
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
//a[@class="list"]/@href |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment