Skip to content

Instantly share code, notes, and snippets.

@mals14
Last active June 13, 2020 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mals14/871ea9f6272c4636de274684ef4c66cb to your computer and use it in GitHub Desktop.
Save mals14/871ea9f6272c4636de274684ef4c66cb to your computer and use it in GitHub Desktop.
xpath examples

xpath examples

Example to select using text and then to get following-sibling

  • //*[text()[contains(.,'Days listed')]]
  • //*[text()[contains(.,'Days listed')]]//following-sibling::div
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment