Skip to content

Commit 04d5365

Browse files
committed
Update java changelog
1 parent 00460be commit 04d5365

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

java/CHANGELOG

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
v3.6.0
2+
======
3+
4+
* Remove direct dependency on HTMLUnit and PhantomJS from Maven
5+
artifacts.
6+
* All `*Option` classes now extend `MutableCapbilities`
7+
`new RemoteWebDriver(new ChromeOptions());`
8+
* Deprecating constructors that don't take strongly-typed `*Options`.
9+
* Improved exceptions when a `Wait` times out when using a
10+
`WrappedWebDriver`.
11+
* Added `Interactive` interface to EventFiringWebDriver. Fixes #4589
12+
* Add options to start Firefox and Chrome in headless modes.
13+
14+
115
v3.5.3
216
======
317

0 commit comments

Comments
 (0)