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 02ecb84 commit 7ce4ef4Copy full SHA for 7ce4ef4
rb/Gemfile.lock
@@ -3,7 +3,7 @@ PATH
3
specs:
4
selenium-devtools (0.134.0)
5
selenium-webdriver (~> 4.2)
6
- selenium-webdriver (4.30.1)
+ selenium-webdriver (4.31.0.nightly)
7
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.1'
+ VERSION = '4.31.0.nightly'
23
end # WebDriver
24
end # Selenium
0 commit comments