Skip to content

Commit eef4b73

Browse files
authored
Merge branch 'trunk' into trunk
2 parents 7169a27 + fb597b5 commit eef4b73

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

dotnet/docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ layout: landingPage
55
# Welcome to the Selenium .NET API Docs
66

77
## Modules
8-
- [Selenium.WebDriver](/webdriver/OpenQA.Selenium.html)
9-
- [Selenium.Support](/support/OpenQA.Selenium.Support.html)
8+
- [Selenium.WebDriver](webdriver/OpenQA.Selenium.html)
9+
- [Selenium.Support](support/OpenQA.Selenium.Support.html)

javascript/node/selenium-webdriver/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ load("//javascript/private:browsers.bzl", "BROWSERS")
1111

1212
npm_link_all_packages(name = "node_modules")
1313

14-
VERSION = "4.29.0-nightly202501201850"
14+
VERSION = "4.29.0-nightly202501202154"
1515

1616
BROWSER_VERSIONS = [
1717
"v85",

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.28.1
2+
3+
- [JS] specify min required node versiton to 18.20.5
4+
15
## 4.28.0
26

37
- Add CDP for Chrome 132 and remove 129

javascript/node/selenium-webdriver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "4.29.0-nightly202501201850",
3+
"version": "4.29.0-nightly202501202154",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"license": "Apache-2.0",
66
"keywords": [

rb/Gemfile.lock

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PATH
1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
16-
activesupport (8.0.1)
16+
activesupport (7.2.2.1)
1717
base64
1818
benchmark (>= 0.3)
1919
bigdecimal
@@ -25,7 +25,6 @@ GEM
2525
minitest (>= 5.1)
2626
securerandom (>= 0.3)
2727
tzinfo (~> 2.0, >= 2.0.5)
28-
uri (>= 0.13.1)
2928
addressable (2.8.7)
3029
public_suffix (>= 2.0.2, < 7.0)
3130
ast (2.4.2)
@@ -41,7 +40,6 @@ GEM
4140
csv (3.3.2)
4241
curb (1.0.6)
4342
date (3.4.1)
44-
date (3.4.1-java)
4543
debug (1.10.0)
4644
irb (~> 1.10)
4745
reline (>= 0.3.8)
@@ -169,7 +167,6 @@ GEM
169167
tzinfo (2.0.6)
170168
concurrent-ruby (~> 1.0)
171169
unicode-display_width (2.6.0)
172-
uri (1.0.2)
173170
webmock (3.24.0)
174171
addressable (>= 2.8.0)
175172
crack (>= 0.3.2)

0 commit comments

Comments
 (0)