Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created June 14, 2019 12:31
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/4f5bebb9ce4516508392efbdd856dc20 to your computer and use it in GitHub Desktop.
Save seleniumgists/4f5bebb9ce4516508392efbdd856dc20 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
driver.get("my site")
value= driver.find_element_by_css_selector(textarea[data-key='app.actions.details'])
print(value)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment