Skip to content

Commit d72ab59

Browse files
committed
Update version 4.29.0
[deploy site] Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent c80a75a commit d72ab59

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

examples/dotnet/SeleniumDocs/BaseTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class BaseTest
1717
protected IWebDriver driver;
1818
protected Uri GridUrl;
1919
private Process _webserverProcess;
20-
private const string ServerJarName = "selenium-server-4.28.1.jar";
20+
private const string ServerJarName = "selenium-server-4.29.0.jar";
2121
private static readonly string BaseDirectory = AppContext.BaseDirectory;
2222
private const string RelativePathToGrid = "../../../../../";
2323
private readonly string _examplesDirectory = Path.GetFullPath(Path.Combine(BaseDirectory, RelativePathToGrid));

examples/python/tests/conftest.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def server_old(request):
142142
os.path.abspath(__file__)
143143
)
144144
),
145-
"selenium-server-4.28.1.jar",
145+
"selenium-server-4.29.0.jar",
146146
)
147147

148148
def wait_for_server(url, timeout):
@@ -200,7 +200,7 @@ def server():
200200
)
201201
)
202202
),
203-
"selenium-server-4.28.1.jar",
203+
"selenium-server-4.29.0.jar",
204204
)
205205

206206
args = [
@@ -273,7 +273,7 @@ def grid_server():
273273
)
274274
)
275275
),
276-
"selenium-server-4.28.1.jar",
276+
"selenium-server-4.29.0.jar",
277277
)
278278

279279
args = [
Binary file not shown.

website_and_docs/layouts/downloads/list.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div class="card-body">
2626
<p class="card-text">
2727
Latest stable version
28-
<a href="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.28.0/selenium-server-4.28.1.jar">4.28.1</a>
28+
<a href="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.29.0/selenium-server-4.29.0.jar">4.29.0</a>
2929
</p>
3030
<p class="card-text">
3131
To use the Selenium Server in a Grid configuration see the
@@ -115,7 +115,7 @@ <h2 class="card-title">
115115
<div class="card-body">
116116
<h2 class="card-title">C# NuGet</h2>
117117
<p class="card-text w-lg-75">
118-
Nuget latest release is 4.28.0 Released on January 20, 2025.
118+
Nuget latest release is 4.29.0 Released on February 20, 2025.
119119
</p>
120120
<ul>
121121
<li>

website_and_docs/layouts/partials/selenium-clients-and-webdriver-bindings.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bin
2727
<p class="card-text m-0 pb-1">
2828
Stable:
2929
<a href="https://www.nuget.org/packages/Selenium.WebDriver" class="card-link">
30-
4.28.0 (January 20, 2025)
30+
4.29.0 (February 20, 2025)
3131
</a>
3232
</p>
3333
<p class="card-text m-0 pb-1">
@@ -54,8 +54,8 @@ <h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bin
5454
</p>
5555
<p class="card-text m-0 pb-1">
5656
Stable:
57-
<a href="https://rubygems.org/gems/selenium-webdriver/versions/4.28.0" class="card-link">
58-
4.28.0 (January 20, 2025)
57+
<a href="https://rubygems.org/gems/selenium-webdriver/versions/4.29.0" class="card-link">
58+
4.29.0 (February 20, 2025)
5959
</a>
6060
</p>
6161
<p class="card-text m-0 pb-1">
@@ -82,8 +82,8 @@ <h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bin
8282
</p>
8383
<p class="card-text m-0 pb-1">
8484
Stable:
85-
<a href="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.28.0/selenium-java-4.28.1.zip" class="card-link">
86-
4.28.1 (January 23, 2025)
85+
<a href="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.29.0/selenium-java-4.29.0.zip" class="card-link">
86+
4.29.0 (February 20, 2025)
8787
</a>
8888
</p>
8989
<p class="card-text m-0 pb-1">
@@ -111,7 +111,7 @@ <h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bin
111111
<p class="card-text m-0 pb-1">
112112
Stable:
113113
<a href="https://pypi.python.org/pypi/selenium" class="card-link">
114-
4.28.1 (January 23, 2024)
114+
4.29.0 (February 20, 2024)
115115
</a>
116116
</p>
117117
<p class="card-text m-0 pb-1">
@@ -139,7 +139,7 @@ <h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bin
139139
<p class="card-text m-0 pb-1">
140140
Stable:
141141
<a href="https://npmjs.org/package/selenium-webdriver" class="card-link">
142-
4.28.1 (January 20, 2025)
142+
4.29.0 (February 20, 2025)
143143
</a>
144144
</p>
145145
<p class="card-text m-0 pb-1">

0 commit comments

Comments
 (0)