Skip to content

Instantly share code, notes, and snippets.

@db-pj
Created July 25, 2017 20:03
Show Gist options
  • Save db-pj/7a57037472339dd68c7f7af6aa4bec9b to your computer and use it in GitHub Desktop.
Save db-pj/7a57037472339dd68c7f7af6aa4bec9b to your computer and use it in GitHub Desktop.
XPath to extract links with jump class and no target=_blank
//a[@class='jump' and not(@target='_blank')]/@href
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment