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 c4e685a commit 136067eCopy full SHA for 136067e
rb/CHANGES
@@ -1,3 +1,9 @@
1
+4.0.0.rc3 (2021-10-08)
2
+=========================
3
+
4
+Ruby:
5
+ * Added support for getting timeout values from the driver
6
7
4.0.0.rc2 (2021-09-30)
8
=========================
9
rb/lib/selenium/webdriver/version.rb
@@ -19,6 +19,6 @@
19
20
module Selenium
21
module WebDriver
22
- VERSION = '4.0.0.rc2'
+ VERSION = '4.0.0.rc3'
23
end # WebDriver
24
end # Selenium
0 commit comments