File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
javascript/firefox-driver/extension Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
- SE_VERSION = '3.5.0 '
1
+ SE_VERSION = '3.5.1 '
2
2
Original file line number Diff line number Diff line change
1
+ v3.5.1
2
+ ======
3
+
4
+ Important note:
5
+
6
+ * The new standalone server and Grid Node feature a "pass through"
7
+ mode. If you see changes to the Selenium WebDriver "logging" APIs or
8
+ automatic capture of screenshots on error (or if you want the old
9
+ behaviour back) you can do so by executing:
10
+
11
+ `java -jar selenium-server-standalone-3.5.1.jar -enablePassThrough false`
12
+
13
+ * Bump guava to version 23. This is work around an issue where maven
14
+ will select guava's android variant if using a ranged selector.
15
+
16
+
1
17
v3.5.0
2
18
======
3
19
20
+ Note: Never pushed to maven due to problems resolving guava version.
21
+
4
22
Important note:
5
23
6
24
* The new standalone server and Grid Node feature a "pass through"
Original file line number Diff line number Diff line change 3
3
4
4
<Description about =" urn:mozilla:install-manifest" >
5
5
6
- <em : version >3.5.0 </em : version >
6
+ <em : version >3.5.1 </em : version >
7
7
<em : type >2</em : type >
8
8
<em : name >Firefox WebDriver</em : name >
9
9
<em : description >WebDriver implementation for Firefox</em : description >
You can’t perform that action at this time.
0 commit comments