Skip to content

Commit

Permalink
Adding C# nightly info
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Apr 25, 2024
1 parent 936f95e commit 4884999
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions website_and_docs/layouts/partials/selenium-nightly-builds.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,20 @@ <h2 id="nightly" class="card-title">Selenium Nightly Builds</h2>
<div class="col-md-10">
<div class="card-body">
<h4 class="card-title font-weight-bold">C#</h4>
Work in progress.
<p class="card-text m-0 pb-1">
<a href="https://github.com/SeleniumHQ/selenium/pkgs/nuget/Selenium.WebDriver" class="card-link">
Selenium.WebDriver
</a> &
<a href="https://github.com/SeleniumHQ/selenium/pkgs/nuget/Selenium.Support" class="card-link mx-0">
Selenium.Support
</a>
</p>
<p class="card-text">
You will need to authenticate to the GitHub RubyGems registry, instructions can be seen at the
<a href="https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry">
GitHub documentation
</a>.
</p>
</div>
</div>
</div>
Expand All @@ -42,9 +55,9 @@ <h4 class="card-title font-weight-bold">Ruby</h4>
<a href="https://github.com/SeleniumHQ/selenium/pkgs/rubygems/selenium-devtools" class="card-link mx-0">
DevTools
</a>
</p>
</p>
<p class="card-text">
You will need to authenticate to the GitHub RubyGems registry, instructions can be seen at the
You will need to authenticate to the GitHub RubyGems registry, instructions can be seen at the
<a href="https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry">
GitHub documentation
</a>.
Expand Down Expand Up @@ -90,14 +103,14 @@ <h4 class="card-title font-weight-bold">JavaScript</h4>
</div>
<div class="col-md-10">
<div class="card-body">
<h4 class="card-title font-weight-bold">Java</h4>
<h4 class="card-title font-weight-bold">Java</h4>
<p class="card-text">
<a href="https://oss.sonatype.org/content/repositories/snapshots/org/seleniumhq/selenium/selenium-java/" class="card-link">
WebDriver
</a> &
</a> &
<a href="https://github.com/SeleniumHQ/selenium/releases/tag/nightly" class="card-link mx-0">
Grid
</a>
</a>
</p>
<p class="card-text">
To use the Java SNAPSHOT versions, you will need to add the
Expand All @@ -109,7 +122,7 @@ <h4 class="card-title font-weight-bold">Java</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

0 comments on commit 4884999

Please sign in to comment.