Skip to content

Instantly share code, notes, and snippets.

@RizqiEka
Created October 18, 2020 00:37
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 RizqiEka/5e26bc28cfdbdfc2dc50c3f8beaca979 to your computer and use it in GitHub Desktop.
Save RizqiEka/5e26bc28cfdbdfc2dc50c3f8beaca979 to your computer and use it in GitHub Desktop.
LoopThroughWebElements
out_lst = []
for j in url_elt:
url = j.get_attribute("href")
out_lst.append(url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment