We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5759002 commit 1f809cbCopy full SHA for 1f809cb
java/CHANGELOG
@@ -3,7 +3,6 @@ v3.3.0
3
4
* Support for geckodriver v0.15.0.
5
* Deprecated seldom used FirefoxDriver constructors.
6
-
7
* Added javadocs to show best way to create a new FirefoxDriver:
8
```
9
DesiredCapabilities caps = new FirefoxOptions()
@@ -12,6 +11,10 @@ v3.3.0
12
11
.addTo(DesiredCapabilities.firefox());
13
WebDriver driver = new FirefoxDriver(caps);
14
+* Stream New Session capabilities to disk before use to avoid eating
15
+ every byte of available memory.
16
+* Beginnings of local-end implementation of the w3c New Session
17
+ capabilities. There's still some work to do.
18
19
v3.2.0
20
======
0 commit comments