Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit d1ad0b1

Browse files
committed
Update changelog
1 parent 550edf5 commit d1ad0b1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ This project versioning adheres to [Semantic Versioning](http://semver.org/).
55
### Added
66
- `WebDriverCheckboxes` and `WebDriverRadios` helper classes to simplify interaction with checkboxes and radio buttons.
77

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+
815
## 1.6.0 - 2018-05-16
916
### Added
1017
- Connection and request timeouts could be specified also when creating RemoteWebDriver from existing session ID.

0 commit comments

Comments
 (0)