Skip to content

Instantly share code, notes, and snippets.

@musoftware
Created January 2, 2017 14:35
Show Gist options
  • Save musoftware/8287f401b2df02e35282d156233a269e to your computer and use it in GitHub Desktop.
Save musoftware/8287f401b2df02e35282d156233a269e to your computer and use it in GitHub Desktop.
XPath
var xpath_any_attr_equal = "//button[.='OK']";
var xpath_any_element_equal = "//*[text='OK']";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment