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 4564880 commit 3ced61dCopy full SHA for 3ced61d
rb/CHANGES
@@ -1,3 +1,9 @@
1
+4.8.3 (2023-03-26)
2
+=========================
3
+Ruby:
4
+ * Still need to use driver finder when using capabilities parameter
5
+ * Accommodate Driver Finder being sent something other than an Options instance
6
+
7
4.8.2 (2023-03-24)
8
=========================
9
Ruby:
rb/lib/selenium/webdriver/version.rb
@@ -19,6 +19,6 @@
19
20
module Selenium
21
module WebDriver
22
- VERSION = '4.8.2'
+ VERSION = '4.8.3'
23
end # WebDriver
24
end # Selenium
0 commit comments