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
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,13 @@ This project versioning adheres to [Semantic Versioning](http://semver.org/).
5
5
### Added
6
6
-`WebDriverCheckboxes` and `WebDriverRadios` helper classes to simplify interaction with checkboxes and radio buttons.
7
7
8
+
### Fixed
9
+
- Stop sending null values in Cookie object, which is against the protocol and may cause request to remote ends to fail.
10
+
11
+
### Changed
12
+
- Force Chrome to not use W3C WebDriver protocol.
13
+
- Add workaround for Chromedriver bug [2943](https://bugs.chromium.org/p/chromedriver/issues/detail?id=2943) which breaks the protocol in Chromedriver 75.
14
+
8
15
## 1.6.0 - 2018-05-16
9
16
### Added
10
17
- Connection and request timeouts could be specified also when creating RemoteWebDriver from existing session ID.
0 commit comments