psf/requests-html

playwright page.on("response", handler)

dyuzhou opened this issue · 1 comments

Does it have a playwright on_response function

I came across a terrible website. The best solution is to use playwright's API to capture the response. I don't know how it initiates the request. Its request parameters cannot be cracked. requests_html has html rendering function, so I want to know if requests_html can do it, and if it has been implemented, how to use it

This method is currently used
playwright-api-page-event-response