psf / requests-html

Pythonic HTML Parsing for Humans™
http://html.python-requests.org
MIT License
13.64k stars 977 forks source link

playwright page.on("response", handler) #562

Open dyuzhou opened 7 months ago

dyuzhou commented 7 months ago

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

cboin1996 commented 2 months ago

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