File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
javascript/firefox-driver/extension Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def release_version
50
50
end
51
51
52
52
def version
53
- "#{ release_version } .0 "
53
+ "#{ release_version } .1 "
54
54
end
55
55
56
56
ide_version = "2.8.0"
Original file line number Diff line number Diff line change 1
- SE_VERSION = '3.0.0 '
1
+ SE_VERSION = '3.0.1 '
2
2
Original file line number Diff line number Diff line change 1
- v3.1.0
1
+ v3.0.1
2
2
======
3
3
4
+ * include ElementScrollBehavior enum in the release
5
+ * Add dependency on HTMLUnit to be included in the standalone server
6
+ * Grid new session requests pass original request through to the node
7
+ without any modifications
8
+ * Fix NPE in htmlrunner when port is not specified
4
9
* FirefoxDriver (legacy) fix to cleanup temp filesystem on quit (#2914 #2908)
5
10
6
11
v3.0.0
Original file line number Diff line number Diff line change 3
3
4
4
<Description about =" urn:mozilla:install-manifest" >
5
5
<em : id >fxdriver@googlecode.com</em : id >
6
- <em : version >3.0.0 </em : version >
6
+ <em : version >3.0.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