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 89f8bd5 commit c83ce12Copy full SHA for c83ce12
rb/CHANGES
@@ -1,3 +1,15 @@
1
+4.0.3 (2021-10-20)
2
+=========================
3
+
4
+Firefox:
5
+ * Fixed bug avoiding camel casing prefs (#9944 thanks @glaszig)
6
7
+Ruby:
8
+ * Fixed bug in Select class for finding by index (#9945)
9
10
+Remote:
11
+ * Fixed bug preventing sending keys with an empty value
12
13
4.0.2 (2021-10-19)
14
=========================
15
rb/lib/selenium/webdriver/version.rb
@@ -19,6 +19,6 @@
19
20
module Selenium
21
module WebDriver
22
- VERSION = '4.0.2'
+ VERSION = '4.0.3'
23
end # WebDriver
24
end # Selenium
0 commit comments