We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b76c5 commit 4174ec2Copy full SHA for 4174ec2
rb/CHANGES
@@ -1,3 +1,14 @@
1
+3.10.0 (Unreleased)
2
+===================
3
+
4
+Ruby:
5
+ * Added Errno::EAFNOSUPPORT to the list of ignored errors when finding port (thanks @jtarchie)
6
+ * Added automatic conversion of noProxy to the list of strings as required
7
+ by W3C WebDriver Specification (issue #5004)
8
9
+Chrome:
10
+ * Added Chrome::Options#headless! shortcut to enable headless mode (thanks @pulkitsharma07)
11
12
3.9.0 (2018-02-06)
13
==================
14
rb/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- selenium-webdriver (3.9.0)
+ selenium-webdriver (3.10.0)
childprocess (~> 0.5)
rubyzip (~> 1.2)
0 commit comments