Open jackalcooper opened 5 years ago
Since this library is meant to be a thin wrapper around the RPC framework, there's quite a bit of manual effort involved in getting this to work. However, this is fully supported through Chrome's debugger protocol. This is a bit of speculation of how you would probably go about achieving this:
Network.continueInterceptedRequest
with details on how you would want to continue the intercepted request, using the intercepted ID from the interception event.In the future, I'd like to make a higher-level API that provides some niceties like the above, mimicking some of the convenience features of Puppeteer. :)
Thanks for reply. I will give it a try. 👍
For instance