requests-html v0.10.0 Release Notes
Release Date: 2019-02-18 // over 6 years ago-
๐ 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. #146- โฑ
AsyncHTMLSession.runmethod to allow run, schedule and await multiple tasks in the event loop. #146 - ๐ Documentation improvment.
- Crashes when