Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3296fdf

Browse filesBrowse files
committed
[rb] Release 4.20.1
1 parent 7ca4f5e commit 3296fdf
Copy full SHA for 3296fdf

File tree

Expand file treeCollapse file tree

3 files changed

+9
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+9
-2
lines changed

‎rb/CHANGES

Copy file name to clipboardExpand all lines: rb/CHANGES
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.20.1 (2024-04-25)
2+
=========================
3+
4+
* Returned accidentally removed DriverFinder.path and deprecated it.
5+
16
4.20.0 (2024-04-24)
27
=========================
38

‎rb/Gemfile.lock

Copy file name to clipboardExpand all lines: rb/Gemfile.lock
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
selenium-devtools (0.124.0)
55
selenium-webdriver (~> 4.2)
6-
selenium-webdriver (4.21.0.nightly)
6+
selenium-webdriver (4.20.1)
77
base64 (~> 0.2)
88
rexml (~> 3.2, >= 3.2.5)
99
rubyzip (>= 1.2.2, < 3.0)
@@ -41,6 +41,8 @@ GEM
4141
diff-lcs (1.5.1)
4242
drb (2.2.1)
4343
ffi (1.16.3)
44+
ffi (1.16.3-java)
45+
ffi (1.16.3-x64-mingw32)
4446
fileutils (1.7.2)
4547
git (1.19.1)
4648
addressable (~> 2.8)

‎rb/lib/selenium/webdriver/version.rb

Copy file name to clipboardExpand all lines: rb/lib/selenium/webdriver/version.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Selenium
2121
module WebDriver
22-
VERSION = '4.21.0.nightly'
22+
VERSION = '4.20.1'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.