Skip to content

Instantly share code, notes, and snippets.

@nadvolod
Created May 2, 2016 12:30
Show Gist options
  • Save nadvolod/1c9fb6e0a7a8c53b25197dc45ec01b33 to your computer and use it in GitHub Desktop.
Save nadvolod/1c9fb6e0a7a8c53b25197dc45ec01b33 to your computer and use it in GitHub Desktop.
//find the element that has the text Hello World
var text = _driver.FindElement(By.XPath(".//*[contains(text(),'Hello World!')]"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment