File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ 3.5.2 (2017-09-07)
2
+ ==================
3
+
4
+ Ruby:
5
+ * Removed platformVersion from W3C payload (issue #4641)
6
+ * Fixed a bug when proxy type was not compliant to specification (issue #4574)
7
+ * Added support for passing speed to flick action (issue #4549)
8
+ * Using TouchActionBuilder no longer prints mouse/key deprecations
9
+ * Deprecated Alert#authenticate
10
+ * Added support for DEBUG environment variable which enables full debug mode in gem
11
+
12
+ Firefox:
13
+ * Fixed a bug when page load timeout was not properly constructed in new session payload
14
+ * Fixed a bug when GeckoDriver error stacktrace was not displayed (issue #3683)
15
+
16
+ Chrome:
17
+ * Added workardound for the case when findElements call returns null (issue #4555)
18
+ * Chrome::Driver now includes touch actions by default
19
+
1
20
3.5.1 (2017-08-15)
2
21
==================
3
22
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.5.1 '
8
+ s . version = '3.5.2 '
9
9
10
10
s . authors = [ 'Alex Rodionov' , 'Titus Fortner' ]
11
11
You can’t perform that action at this time.
0 commit comments