Is it possible to get the response body from inside the Page.on/3 callback?
This doesn't work:
Playwright.Page.on(page, :response, fn event ->
Playwright.Response.body(event.params.response)
end)
I get the following error:
process attempted to call itself
Is it possible to get the response body from inside the
Page.on/3callback?This doesn't work:
I get the following error: