File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
1183.0.1 (2016-11-06)
219===================
320
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
55
66Gem ::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' ]
You can’t perform that action at this time.
0 commit comments