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 3ba95e0 commit bd908a2Copy full SHA for bd908a2
rb/CHANGES
@@ -1,3 +1,8 @@
1
+4.21.1 (2024-05-16)
2
+=========================
3
+
4
+* Fixed missing Chrome binary error in Rails system tests.
5
6
4.21.0 (2024-05-16)
7
=========================
8
rb/Gemfile.lock
@@ -3,7 +3,7 @@ PATH
specs:
selenium-devtools (0.125.0)
selenium-webdriver (~> 4.2)
- selenium-webdriver (4.22.0.nightly)
+ selenium-webdriver (4.21.1)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
9
rubyzip (>= 1.2.2, < 3.0)
rb/lib/selenium/webdriver/version.rb
@@ -19,6 +19,6 @@
19
20
module Selenium
21
module WebDriver
22
- VERSION = '4.22.0.nightly'
+ VERSION = '4.21.1'
23
end # WebDriver
24
end # Selenium
0 commit comments