| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.16.0 source code.tar.gz | 2021-10-17 | 1.4 MB | |
| 0.16.0 source code.zip | 2021-10-17 | 1.5 MB | |
| README.md | 2021-10-17 | 731 Bytes | |
| Totals: 3 Items | 2.8 MB | 0 | |
whats's new in splinter 0.16.0?
- Pin Selenium < 4.0 (https://github.com/cobrateam/splinter/pull/930)
- Add support for Microsoft Edge (https://github.com/cobrateam/splinter/pull/912)
- Accept extra arguments for cookies (https://github.com/cobrateam/splinter/pull/895)
- Fix lxmldriver url join when form action is empty (https://github.com/cobrateam/splinter/pull/900)
- Use io.open() to fix encoding issues on some platforms (https://github.com/cobrateam/splinter/pull/904)
- allow passing options to Firefox webdriver (https://github.com/cobrateam/splinter/pull/892)
Backward incompatible changes
- Remove sending a list of cookie dicts to CookieManager.add() (https://github.com/cobrateam/splinter/pull/799)