| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.19.0 source code.tar.gz | 2023-01-17 | 203.0 kB | |
| 0.19.0 source code.zip | 2023-01-17 | 278.3 kB | |
| README.md | 2023-01-17 | 774 Bytes | |
| Totals: 3 Items | 482.0 kB | 0 | |
[0.19.0]
Added
- The methods WebDriverElement.is_visible() and WebDriverElement.is_not_visible() are now available as a replacement for WebDriver.is_element_not_visible_by_css and WebDriver.is_element_visible_by_css. See https://splinter.readthedocs.io/en/latest/matchers.html#checking-the-visibility-of-elements for more information.
Changed
- When CookieManager.delete() is called with no arguments then all cookies are deleted. This behaviour has been deprecated. CookieManager.delete_all() should be used instead.
- The message for the error raised when a driver's class is not found has been improved.
Fixed
- FlaskDriver.attach_file() has been fixed.
- urllib3 is now always installed, regardless of driver used.