You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Enable Network domain events through Network.enable RPC call.
Then call 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. :)
For instance
The text was updated successfully, but these errors were encountered: