requests-html icon indicating copy to clipboard operation
requests-html copied to clipboard

playwright page.on("response", handler)

Open dyuzhou opened this issue 2 years ago • 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

dyuzhou avatar Nov 21 '23 09:11 dyuzhou

See https://github.com/psf/requests-html/issues/573

cboin1996 avatar Apr 15 '24 16:04 cboin1996