I'm trying to use the chrome-remote-interface package to register URL's requested by a page, through the Chrome DevTools Protocol.
It works fine until the page loads. After the page loads, I can't get the requests. For example: Ajax, Google Analytics Requests, ...
Is it possible to have the requested URLs after page load with Chrome DevTools Protocol?