Skip to content

Instantly share code, notes, and snippets.

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