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
Seem requestIntercepted has been deprecated. Is there any way for this library to work with responseReceived? It contains response and request information. All you would need for capture is:
Seem requestIntercepted has been deprecated. Is there any way for this library to work with responseReceived? It contains response and request information. All you would need for capture is:
client.on('Network.responseReceived', async (params: any) => { let method = "Network.responseReceived"; harEvents.push({ method, params }); });
However when harFromMessages is called, it gets no events and no pages, basically empty. Thoughts?
The text was updated successfully, but these errors were encountered: