Skip to content

Commit 13deef9

Browse files
committed
Adding info about Python nightly
1 parent e046b56 commit 13deef9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website_and_docs/layouts/partials/selenium-nightly-builds.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<div class="row justify-content-left p-5" id="nightly">
1+
<div class="row justify-content-left p-5">
22
<div class="card border-0 w-100 bg-transparent">
33
<div class="card-body">
4-
<h2 class="card-title">Selenium Nightly Builds</h2>
4+
<h2 id="nightly" class="card-title">Selenium Nightly Builds</h2>
55
<p class="card-text w-lg-75">
66
If you need a bug fix or a feature that just landed on the codebase,
77
or if you wish to test the next release before it is out, check the
@@ -39,7 +39,7 @@ <h4 class="card-title font-weight-bold">Ruby</h4>
3939
<a href="https://github.com/SeleniumHQ/selenium/pkgs/rubygems/selenium-webdriver" class="card-link">
4040
WebDriver
4141
</a> &
42-
<a href="https://github.com/SeleniumHQ/selenium/pkgs/rubygems/selenium-devtools" class="card-link ml-0">
42+
<a href="https://github.com/SeleniumHQ/selenium/pkgs/rubygems/selenium-devtools" class="card-link mx-0">
4343
DevTools
4444
</a>
4545
</p>
@@ -62,7 +62,7 @@ <h4 class="card-title font-weight-bold">Ruby</h4>
6262
<div class="card-body">
6363
<h4 class="card-title font-weight-bold">Python</h4>
6464
<p class="card-text">
65-
Work in progress.
65+
Nightly builds are pushed to <a href="https://test.pypi.org/project/selenium/">TestPyPI</a>.
6666
</p>
6767
</div>
6868
</div>
@@ -95,7 +95,7 @@ <h4 class="card-title font-weight-bold">Java</h4>
9595
<a href="https://oss.sonatype.org/content/repositories/snapshots/org/seleniumhq/selenium/selenium-java/" class="card-link">
9696
WebDriver
9797
</a> &
98-
<a href="https://github.com/SeleniumHQ/selenium/releases/tag/nightly" class="card-link ml-0">
98+
<a href="https://github.com/SeleniumHQ/selenium/releases/tag/nightly" class="card-link mx-0">
9999
Grid
100100
</a>
101101
</p>

0 commit comments

Comments
 (0)