You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. Copyright 2023 splinter authors. All rights reserved.
2
+
Use of this source code is governed by a BSD-style
3
+
license that can be found in the LICENSE file.
4
+
5
+
.. meta::
6
+
:description: New splinter features on version 0.19.0.
7
+
:keywords: splinter 0.19.0, news
8
+
9
+
[0.19.0]
10
+
========
11
+
12
+
Added
13
+
-----
14
+
15
+
* 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.
16
+
See https://splinter.readthedocs.io/en/latest/matchers.html#checking-the-visibility-of-elements for more information.
17
+
18
+
Changed
19
+
-------
20
+
21
+
* 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.
22
+
* The message for the error raised when a driver's class is not found has been improved.
23
+
24
+
Fixed
25
+
-----
26
+
27
+
* FlaskDriver.attach_file() has been fixed.
28
+
* urllib3 is now always installed, regardless of driver used.
0 commit comments