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 8eb3721 commit b18d84bCopy full SHA for b18d84b
rb/CHANGES
@@ -1,3 +1,7 @@
1
+4.29.1 (2025-02-22)
2
+=========================
3
+* [rb] Fix "no anonymous block parameter" in ruby 3.1 (#15315)
4
+
5
4.29.0 (2025-02-17)
6
=========================
7
* Add CDP for Chrome 133 and remove 130
rb/Gemfile.lock
@@ -3,7 +3,7 @@ PATH
specs:
selenium-devtools (0.133.0)
selenium-webdriver (~> 4.2)
- selenium-webdriver (4.30.0.nightly)
+ selenium-webdriver (4.29.1)
base64 (~> 0.2)
8
logger (~> 1.4)
9
rexml (~> 3.2, >= 3.2.5)
rb/lib/selenium/webdriver/version.rb
@@ -19,6 +19,6 @@
19
20
module Selenium
21
module WebDriver
22
- VERSION = '4.30.0.nightly'
+ VERSION = '4.29.1'
23
end # WebDriver
24
end # Selenium
0 commit comments