Releases: psf/requests-html
Releases · psf/requests-html
v0.10.0
Fixed
- Crashes when
HTMLcontainsXML#160 - Decoding errors #162
- Multiple Chrome tabs left opened on
Timeouterrors #189 nextmethod missing inHTMLclass. #146 #148
Added
- The official release for
AsyncHTMLSession. #146 browser_argsparameter when creating aSessionto pass custom args to browser creation. #193- A new attribute to
Elementobjectstagname andline #. #205 verifyparameter when creating aSessionto allow rendering websites with a not valid SSL certificate. #212HTMLSessionnow raises aRuntimeExceptionwhen trying to render a page inside an event loop. #146- Allow
async forinHTMLobjects. #146 arendermethod onHTMLobjects. #146AsyncHTMLSession.runmethod to allow run, schedule and await multiple tasks in the event loop. #146- Documentation improvment.