requests-html
requests-html copied to clipboard
playwright page.on("response", handler)
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
See https://github.com/psf/requests-html/issues/573