Skip to content

Commit ed1779c

Browse files
committed
[rb] release 3.0.2
1 parent a01fb62 commit ed1779c

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

rb/CHANGES

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
3.0.2 (2016-11-25)
2+
===================
3+
4+
Ruby:
5+
* Implement #driver_path as parameter when initializing a driver (thanks lmtierney)
6+
* Improve Ruby syntax in driver commands (thanks joe_schulte)
7+
* Improve performance when shutting down drivers (thanks lmtierney)
8+
* Fix bug for finding open ports on Windows (thanks kou1okada)
9+
* Fix bug in auto detection of drivers which allowed selection of non-executable binaries
10+
11+
W3C:
12+
* Implement #cookie_named and #delete_all_cookies methods (thanks lmtierney)

13+
* Implement element #property method (thanks lmtierney)

14+
15+
Chrome:
16+
* Fix bug in switches (thanks danvine)

17+
118
3.0.1 (2016-11-06)
219
===================
320

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

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

0 commit comments

Comments
 (0)