How to wait for a request by URL in Rod #1071
Answered
by
ysmood
davidberetta
asked this question in
Q&A
-
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.
Answered by
ysmood
Jun 6, 2024
Replies: 1 comment 2 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Then you need hijack, since you also want the body.