Skip to content

Commit e8280d2

Browse files
committed
Release selenium-webdriver 3.4.2
1 parent 74814c1 commit e8280d2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

rb/CHANGES

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
3.4.2 (2017-06-14)
2+
==================
3+
4+
Ruby:
5+
* Added unhandledPromptBehavior to the list of known capabilities.
6+
* Added timeouts to the list of known capabilities.
7+
* Fixed a regression when passing hash as :desired_capabilities caused NoMethodError (issue 4172, thanks Thomas Walpole).
8+
* Fixed a regression when extension capabilities (the ones that have ":" inside)
9+
were filtered out when doing protocol handshake.
10+
* Improved handling of capability names passed as plain camelCased strings
11+
vs Rubyish snake_cased symbols when doing protocol handshake.
12+
13+
Chrome:
14+
* Fixed a regression when passing :switches to driver initialization was ignored.
15+
116
3.4.1 (2017-06-13)
217
==================
318

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.1'
8+
s.version = '3.4.2'
99

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

0 commit comments

Comments
 (0)