Skip to content

Instantly share code, notes, and snippets.

@reslea
Created April 15, 2016 09:22
Show Gist options
  • Save reslea/59fd39485ebeac764d1faf7341b0a8fa to your computer and use it in GitHub Desktop.
Save reslea/59fd39485ebeac764d1faf7341b0a8fa to your computer and use it in GitHub Desktop.
XPath select element if other not exist
//element[@class="some" and not //element2[@class="some other"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment