User Profile

Collapse

Profile Sidebar

Collapse
alkaline5
alkaline5
Last Activity: Mar 19 '20, 07:58 PM
Joined: Mar 14 '20
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • alkaline5
    replied to Python loop and append data to a master
    I was able to figure this out, but not sure how to mark as solved. Had a moment of clarity after posting!
    See more | Go to post

    Leave a comment:


  • alkaline5
    started a topic Python loop and append data to a master

    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')
    ...
    See more | Go to post
No activity results to display
Show More
Working...