I want to listen to the Network events (basically all of the activity that you can see when you go to the Network tab on Chrome's Developer Tools / Inspect) and record specific events when a page is loaded via Python.
Is this possible? Thanks!
Specifically:
- go to
webpage.com
- open Chrome Dev Tools and go to the
Network
tab - add
api.webpage.com
as a filter - refresh page [scroll]
I want to be able to capture the names of these events because there are specific IDs that aren't available via the UI.