Skip to content

Commit 761ccbc

Browse files
committed
chore(docs): Update download links with Selenium 4.34 release [deploy site]
1 parent d0294b0 commit 761ccbc

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

website_and_docs/layouts/downloads/list.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@
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.33.0/selenium-server-4.33.0.jar">4.33.0</a>
28+
<a href="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.34.0/selenium-server-4.34.0.jar">4.34.0</a>
2929
</p>
3030
<p class="card-text">
31-
To use the Selenium Server in a Grid configuration see the
31+
To use the Selenium Server in a Grid configuration, see the
3232
<a href="https://selenium.dev/documentation/en/grid/">documentation</a>.
3333
</p>
3434
<p class="card-text">
35-
To run the Grid with popular browsers using Docker see the
35+
To run the Grid with popular browsers using Docker, see the
3636
<a href="https://github.com/SeleniumHQ/docker-selenium">repository</a>.
3737
</p>
3838
<p class="card-text">
39-
To deploy the Grid to Kubernetes cluster see the Helm chart
39+
To deploy the Grid to Kubernetes cluster, see the Helm chart
4040
<a href="https://github.com/SeleniumHQ/docker-selenium/blob/trunk/charts/selenium-grid/README.md">configuration</a>.
4141
</p>
4242
</div>
@@ -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.33.0 Released on May 23, 2025.
118+
Nuget latest release is 4.34.0 Released on June 29, 2025.
119119
</p>
120120
<ul>
121121
<li>

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

Lines changed: 7 additions & 7 deletions
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.33.0 (May 23, 2025)
30+
4.34.0 (June 29, 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.33.0" class="card-link">
58-
4.33.0 (May 23, 2025)
57+
<a href="https://rubygems.org/gems/selenium-webdriver/versions/4.34.0" class="card-link">
58+
4.34.0 (June 29, 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.33.0/selenium-java-4.33.0.zip" class="card-link">
86-
4.33.0 (May 23, 2025)
85+
<a href="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.34.0/selenium-java-4.34.0.zip" class="card-link">
86+
4.34.0 (June 29, 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.33.0 (May 23, 2024)
114+
4.34.0 (June 29, 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.33.0 (May 23, 2025)
142+
4.34.0 (June 29, 2025)
143143
</a>
144144
</p>
145145
<p class="card-text m-0 pb-1">

0 commit comments

Comments
 (0)