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 bac8655 commit 8bd2c5eCopy full SHA for 8bd2c5e
rb/CHANGES
@@ -1,3 +1,9 @@
1
+4.8.5 (2023-03-28)
2
+=========================
3
+Ruby:
4
+ * Wrapping browser name in quotes when calling Selenium Manager
5
+
6
7
4.8.4 (2023-03-28)
8
=========================
9
Ruby:
rb/lib/selenium/webdriver/version.rb
@@ -19,6 +19,6 @@
19
20
module Selenium
21
module WebDriver
22
- VERSION = '4.8.4'
+ VERSION = '4.8.5'
23
end # WebDriver
24
end # Selenium
0 commit comments