Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Last active February 13, 2016 16:30
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 angelovstanton/9616ec75551b5803461a to your computer and use it in GitHub Desktop.
Save angelovstanton/9616ec75551b5803461a to your computer and use it in GitHub Desktop.
WebDriverWait wait = new WebDriverWait(driver, TimeSpan.FromSeconds(30));
wait.Until(ExpectedConditions.VisibilityOfAllElementsLocatedBy(
By.XPath("//*[@id='tve_editor']/div[2]/div[2]/div/div")));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment