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 866c76c commit f034dc5Copy full SHA for f034dc5
rb/Gemfile.lock
@@ -3,7 +3,7 @@ PATH
3
specs:
4
selenium-devtools (0.124.0)
5
selenium-webdriver (~> 4.2)
6
- selenium-webdriver (4.20.0)
+ selenium-webdriver (4.21.0.nightly)
7
base64 (~> 0.2)
8
rexml (~> 3.2, >= 3.2.5)
9
rubyzip (>= 1.2.2, < 3.0)
@@ -41,8 +41,6 @@ GEM
41
diff-lcs (1.5.1)
42
drb (2.2.1)
43
ffi (1.16.3)
44
- ffi (1.16.3-java)
45
- ffi (1.16.3-x64-mingw32)
46
fileutils (1.7.2)
47
git (1.19.1)
48
addressable (~> 2.8)
rb/lib/selenium/webdriver/version.rb
@@ -19,6 +19,6 @@
19
20
module Selenium
21
module WebDriver
22
- VERSION = '4.20.0'
+ VERSION = '4.21.0.nightly'
23
end # WebDriver
24
end # Selenium
0 commit comments