Created
January 12, 2021 14:41
-
-
Save saasindustries/97c5a8af84fb98ed941ca74655d6d7e5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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