File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ 3.4.4 (2017-07-13)
2
+ ==================
3
+
4
+ Firefox:
5
+ * Added support for GeckoDriver install addon command (issue 4215).
6
+ * Added support for GeckoDriver uninstall addon command (issue 4215).
7
+ * Raise error when passing :firefox_options as capability.
8
+
9
+ Ruby:
10
+ * Fixed a bug when childprocess were leaking /dev/null file descriptor (issue 4285).
11
+ * Make Remote::Driver class so that it can be inherited from.
12
+
1
13
3.4.3 (2017-06-16)
2
14
==================
3
15
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ raise "cwd must be #{root} when reading gemspec" if root != Dir.pwd
5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = 'selenium-webdriver'
8
- s . version = '3.4.3 '
8
+ s . version = '3.4.4 '
9
9
10
10
s . authors = [ 'Alex Rodionov' , 'Titus Fortner' ]
11
11
s . email = [ 'p0deje@gmail.com' , 'titusfortner@gmail.com' ]
You can’t perform that action at this time.
0 commit comments