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
The README.md in this repository currently uses client.on('Network.requestIntercepted' in the main code example at the bottom of the file, which has been deprecated. The example should be updated to use the new CDP events like requestWillBeSent.
The README.md in this repository currently uses
client.on('Network.requestIntercepted'in the main code example at the bottom of the file, which has been deprecated. The example should be updated to use the new CDP events like requestWillBeSent.