How to wait for a request by URL in Rod #1071
-
Hi, I am new to golang and rod. I am coming from a nodejs background where I have used puppeteer extensively. I would like to know how to wait for a specific response URL to load after navigation and capture the response body and headers. In puppeteer I would do something like this:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
Then you need hijack, since you also want the body.