Skip to content

Instantly share code, notes, and snippets.

@saasindustries
Created January 12, 2021 14:41
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 saasindustries/97c5a8af84fb98ed941ca74655d6d7e5 to your computer and use it in GitHub Desktop.
Save saasindustries/97c5a8af84fb98ed941ca74655d6d7e5 to your computer and use it in GitHub Desktop.
for post in posts:
header = post.find_element_by_tag_name("span")
print(header.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment