Skip to content

Commit 3288adf

Browse files
committed
Bump version 4.28.1 for Java and Python
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent bfb0be2 commit 3288adf

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.0.jar";
20+
private const string ServerJarName = "selenium-server-4.28.1.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.0.jar",
145+
"selenium-server-4.28.1.jar",
146146
)
147147

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

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

279279
args = [

website_and_docs/layouts/downloads/list.html

+1-1
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.0.jar">4.28.0</a>
28+
<a href="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.28.0/selenium-server-4.28.1.jar">4.28.1</a>
2929
</p>
3030
<p class="card-text">
3131
To use the Selenium Server in a Grid configuration see the

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -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.0.zip" class="card-link">
86-
4.28.0 (January 20, 2025)
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)
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.0 (January 20, 2024)
114+
4.28.1 (January 23, 2024)
115115
</a>
116116
</p>
117117
<p class="card-text m-0 pb-1">

0 commit comments

Comments
 (0)