Skip to content

Instantly share code, notes, and snippets.

@kipronokoech
Created August 15, 2020 12:40
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 kipronokoech/584779afa152fc4d00852d9ed81eb361 to your computer and use it in GitHub Desktop.
Save kipronokoech/584779afa152fc4d00852d9ed81eb361 to your computer and use it in GitHub Desktop.
multiple_elements = driver.find_elements_by_class_name("container1")
for element in multiple_elements:
print(element.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment