| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2019-02-17 | 914 Bytes | |
| v0.10.0.tar.gz | 2019-02-17 | 2.4 MB | |
| v0.10.0.zip | 2019-02-17 | 2.5 MB | |
| Totals: 3 Items | 4.9 MB | 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. [#212]HTMLSessionnow 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.