Richard

Results 1 comments of Richard

@funiazi This should work ```from requests_html import AsyncHTMLSession asession = AsyncHTMLSession() r = await asession.get(API) await r.html.arender() resp=r.html.raw_html ``` html.raw_html seems to give the desired output