File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ 3.9.0 (2018-02-06)
2
+ ==================
3
+
4
+ Ruby:
5
+ * Fixed a bug when omitted capabilities caused NoMethodError (issue #5185)
6
+ * Fixed a bug when getting page source in W3C dialect caused WebDriverError (thanks @KazuCocoa)
7
+ * Fixed a bug when getting backtrace of server error would case NoMethodError (thanks @mcking49)
8
+ * Updated YARD to ~> 0.9.11
9
+ * Updated rubyzip to ~> 1.2 (thanks @michaelglass)
10
+
11
+ Chrome:
12
+ * Added support for getting network conditions via Driver#network_conditions
13
+ * Added support for setting network conditions via Driver#network_conditions=
14
+ * Added support to allow driver respond with custom error codes (issue #5376)
15
+
16
+ Firefox:
17
+ * Improved GeckoDriver binary lookup mechanism (issue #5240)
18
+
1
19
3.8.0 (2017-12-01)
2
20
==================
3
21
You can’t perform that action at this time.
0 commit comments