We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4ec50 commit 9c771a1Copy full SHA for 9c771a1
rb/CHANGES
@@ -1,3 +1,8 @@
1
+4.7.1 (2022-12-02)
2
+=========================
3
+Ruby:
4
+ * Fix bug preventing selenium manager from using Internet Explorer
5
+
6
4.7.0 (2022-12-01)
7
=========================
8
BiDi:
rb/lib/selenium/webdriver/version.rb
@@ -19,6 +19,6 @@
19
20
module Selenium
21
module WebDriver
22
- VERSION = '4.7.0'
+ VERSION = '4.7.1'
23
end # WebDriver
24
end # Selenium
0 commit comments