Using Python with Selenium and BeautifulSoup4 how can i get data after Javascript has loaded all elements on the page?
I’m trying to scrape data from a sandbox website just to practice and start using python to scrape web data.
I have managed to extract a lot of data using the basics however I have found an element that is loaded in dynamically after the initial page load.
My question is how to extract this data after the element has loaded in?