# webscraping

How to Capture Network Traffic When Scraping with Selenium & Python

It's common when webscraping to need dynamically loaded content from the page, which can sometimes only be found within the network activity of the page. I'll show you how to capture the network traffic occurring on the page using python, selenium with chromedriver, and the logging features of the browser.

Link