Skip to content

Commit 5e56efa

Browse files
committed
Release selenium-webdriver 3.4.4
1 parent 1b1581d commit 5e56efa

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

rb/CHANGES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
3.4.3 (2017-06-16)
214
==================
315

rb/selenium-webdriver.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ raise "cwd must be #{root} when reading gemspec" if root != Dir.pwd
55

66
Gem::Specification.new do |s|
77
s.name = 'selenium-webdriver'
8-
s.version = '3.4.3'
8+
s.version = '3.4.4'
99

1010
s.authors = ['Alex Rodionov', 'Titus Fortner']
1111
s.email = ['p0deje@gmail.com', 'titusfortner@gmail.com']

0 commit comments

Comments
 (0)