Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created December 5, 2018 21:29
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 seleniumgists/6c9490622401d185d1be9bdf2b4e6c77 to your computer and use it in GitHub Desktop.
Save seleniumgists/6c9490622401d185d1be9bdf2b4e6c77 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
await this.driver.wait(until.elementLocated(someLocator));
return await this.driver.findElement(someLocator).getText();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment