User Profile
Collapse
Profile Sidebar
Collapse
alkaline5
Last Activity: Mar 19 '20, 07:58 PM
Joined: Mar 14 '20
Location:
-
I was able to figure this out, but not sure how to mark as solved. Had a moment of clarity after posting! -
Python loop and append data to a master
Hi everyone, I've created a web scraper that scrapes the information I need from a table on a website. It clicks through 6 pages, but it ends up only including the last page at the end of my loop rather than appending as it goes. I'm new to for loops and Python and hoping for some guidance. Here is my code:
...Code:while True: driver.implicitly_wait(30) table = driver.find_element_by_id('preblockBody')
No activity results to display
Show More
Leave a comment: