File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
16
3.4.1 (2017-06-13)
2
17
==================
3
18
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.1 '
8
+ s . version = '3.4.2 '
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