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
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.