Skip to content

Commit

Permalink
Adding info about Python nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Feb 18, 2024
1 parent e046b56 commit 13deef9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website_and_docs/layouts/partials/selenium-nightly-builds.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="row justify-content-left p-5" id="nightly">
<div class="row justify-content-left p-5">
<div class="card border-0 w-100 bg-transparent">
<div class="card-body">
<h2 class="card-title">Selenium Nightly Builds</h2>
<h2 id="nightly" class="card-title">Selenium Nightly Builds</h2>
<p class="card-text w-lg-75">
If you need a bug fix or a feature that just landed on the codebase,
or if you wish to test the next release before it is out, check the
Expand Down Expand Up @@ -39,7 +39,7 @@ <h4 class="card-title font-weight-bold">Ruby</h4>
<a href="https://github.com/SeleniumHQ/selenium/pkgs/rubygems/selenium-webdriver" class="card-link">
WebDriver
</a> &
<a href="https://github.com/SeleniumHQ/selenium/pkgs/rubygems/selenium-devtools" class="card-link ml-0">
<a href="https://github.com/SeleniumHQ/selenium/pkgs/rubygems/selenium-devtools" class="card-link mx-0">
DevTools
</a>
</p>
Expand All @@ -62,7 +62,7 @@ <h4 class="card-title font-weight-bold">Ruby</h4>
<div class="card-body">
<h4 class="card-title font-weight-bold">Python</h4>
<p class="card-text">
Work in progress.
Nightly builds are pushed to <a href="https://test.pypi.org/project/selenium/">TestPyPI</a>.
</p>
</div>
</div>
Expand Down Expand Up @@ -95,7 +95,7 @@ <h4 class="card-title font-weight-bold">Java</h4>
<a href="https://oss.sonatype.org/content/repositories/snapshots/org/seleniumhq/selenium/selenium-java/" class="card-link">
WebDriver
</a> &
<a href="https://github.com/SeleniumHQ/selenium/releases/tag/nightly" class="card-link ml-0">
<a href="https://github.com/SeleniumHQ/selenium/releases/tag/nightly" class="card-link mx-0">
Grid
</a>
</p>
Expand Down

0 comments on commit 13deef9

Please sign in to comment.