We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5962148 commit 02ecb84Copy full SHA for 02ecb84
rb/CHANGES
@@ -1,3 +1,7 @@
1
+4.30.1 (2025-03-22)
2
+=========================
3
+* put back the driver#script method that was inadvertently deleted
4
+
5
4.30.0 (2025-03-20)
6
=========================
7
Ruby:
rb/Gemfile.lock
@@ -3,7 +3,7 @@ PATH
specs:
selenium-devtools (0.134.0)
selenium-webdriver (~> 4.2)
- selenium-webdriver (4.31.0.nightly)
+ selenium-webdriver (4.30.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.31.0.nightly'
+ VERSION = '4.30.1'
23
end # WebDriver
24
end # Selenium
0 commit comments