Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created June 13, 2019 15:48
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/9550f204adff00cdb346f3f347163757 to your computer and use it in GitHub Desktop.
Save seleniumgists/9550f204adff00cdb346f3f347163757 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
task_subject = self.driver.find_element_by_id("task-subject")
print(task_subject.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment