Skip to content

Commit 2d3a147

Browse files
committed
Release selenium-webdriver 3.5.2
1 parent e6f4023 commit 2d3a147

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

rb/CHANGES

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
3.5.1 (2017-08-15)
221
==================
322

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

1010
s.authors = ['Alex Rodionov', 'Titus Fortner']
1111

0 commit comments

Comments
 (0)