This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 209
catch ajax response with page.on("response").. #63
Labels
Comments
There is a similar issue: #33 |
Hello, so how I can catch ajax requests call & process responses? |
I'm not suggesting this is a good solution, but it works for me.
[Some of the] Logger methods (refer to PSR Logging documentation / examples for the fuller picture - that's all I did):
Example "on" event set up within your Puppeteer interacting classes:
Example event callback method:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi.
I need catch ajax response .
I know I can use this following in Puppeteer .
page.on("response", async response => {
});
How can I apply this event listener for php ?
The text was updated successfully, but these errors were encountered: