We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00460be commit 04d5365Copy full SHA for 04d5365
java/CHANGELOG
@@ -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
15
v3.5.3
16
======
17
0 commit comments