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 39c6953 commit 0e3ae86Copy full SHA for 0e3ae86
2 files changed
rb/CHANGES
@@ -1,3 +1,8 @@
1
+4.8.4 (2023-03-28)
2
+=========================
3
+Ruby:
4
+ * Update the selenium-manager versions to fix an IE naming issue (#11828)
5
+
6
4.8.3 (2023-03-26)
7
=========================
8
Ruby:
rb/lib/selenium/webdriver/version.rb
@@ -19,6 +19,6 @@
19
20
module Selenium
21
module WebDriver
22
- VERSION = '4.8.3'
+ VERSION = '4.8.4'
23
end # WebDriver
24
end # Selenium
0 commit comments