Skip to content

Commit b0af0e8

Browse files
committed
docs: Update download links with 4.23.0 release [deploy site] 59b7cf3
1 parent e4d7d3a commit b0af0e8

File tree

28 files changed

+810
-790
lines changed

28 files changed

+810
-790
lines changed

documentation/_print/index.html

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.

documentation/about/_print/index.html

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

documentation/about/copyright/index.html

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

documentation/webdriver/_print/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-00-02 role=tabpanel aria-labelled-by=tabs-00-02-tab tabindex=0><p>A list of all supported frameworks for each version of Selenium
6161
is available on <a href=https://www.nuget.org/packages/Selenium.WebDriver>Nuget</a></p><p>There are a few options for installing Selenium.</p><h3 id=packet-manager>Packet Manager</h3><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-shell data-lang=shell><span style=display:flex><span>Install-Package Selenium.WebDriver
6262
</span></span></code></pre></div><h3 id=net-cli>.NET CLI</h3><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-shell data-lang=shell><span style=display:flex><span>dotnet add package Selenium.WebDriver
63-
</span></span></code></pre></div><h3 id=csproj>CSProj</h3><p>in the project&rsquo;s <code>csproj</code> file, specify the dependency as a <code>PackageReference</code> in <code>ItemGroup</code>:</p><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-csproj data-lang=csproj><span style=display:flex><span> <span style=color:#204a87;font-weight:700>&lt;PackageReference</span> <span style=color:#c4a000>Include=</span><span style=color:#4e9a06>&#34;Selenium.WebDriver&#34;</span> <span style=color:#c4a000>Version=</span><span style=color:#4e9a06>&#34;4.22.0&#34;</span> <span style=color:#204a87;font-weight:700>/&gt;</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/dotnet/SeleniumDocs/SeleniumDocs.csproj#L14 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
63+
</span></span></code></pre></div><h3 id=csproj>CSProj</h3><p>in the project&rsquo;s <code>csproj</code> file, specify the dependency as a <code>PackageReference</code> in <code>ItemGroup</code>:</p><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-csproj data-lang=csproj><span style=display:flex><span> <span style=color:#204a87;font-weight:700>&lt;PackageReference</span> <span style=color:#c4a000>Include=</span><span style=color:#4e9a06>&#34;Selenium.WebDriver&#34;</span> <span style=color:#c4a000>Version=</span><span style=color:#4e9a06>&#34;4.23.0&#34;</span> <span style=color:#204a87;font-weight:700>/&gt;</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/dotnet/SeleniumDocs/SeleniumDocs.csproj#L14 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
6464
<strong>View full example on GitHub</strong></a></div><h3 id=additional-considerations>Additional considerations</h3><p>Further items of note for using Visual Studio Code (vscode) and C#</p><p>Install the compatible .NET SDK as per the section above.
6565
Also install the vscode extensions (Ctrl-Shift-X) for C# and NuGet.
6666
Follow the <a href="https://docs.microsoft.com/en-us/dotnet/core/tutorials/with-visual-studio-code?pivots=dotnet-5-0">instruction here</a>

documentation/webdriver/getting_started/_print/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-00-02 role=tabpanel aria-labelled-by=tabs-00-02-tab tabindex=0><p>A list of all supported frameworks for each version of Selenium
5656
is available on <a href=https://www.nuget.org/packages/Selenium.WebDriver>Nuget</a></p><p>There are a few options for installing Selenium.</p><h3 id=packet-manager>Packet Manager</h3><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-shell data-lang=shell><span style=display:flex><span>Install-Package Selenium.WebDriver
5757
</span></span></code></pre></div><h3 id=net-cli>.NET CLI</h3><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-shell data-lang=shell><span style=display:flex><span>dotnet add package Selenium.WebDriver
58-
</span></span></code></pre></div><h3 id=csproj>CSProj</h3><p>in the project&rsquo;s <code>csproj</code> file, specify the dependency as a <code>PackageReference</code> in <code>ItemGroup</code>:</p><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-csproj data-lang=csproj><span style=display:flex><span> <span style=color:#204a87;font-weight:700>&lt;PackageReference</span> <span style=color:#c4a000>Include=</span><span style=color:#4e9a06>&#34;Selenium.WebDriver&#34;</span> <span style=color:#c4a000>Version=</span><span style=color:#4e9a06>&#34;4.22.0&#34;</span> <span style=color:#204a87;font-weight:700>/&gt;</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/dotnet/SeleniumDocs/SeleniumDocs.csproj#L14 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
58+
</span></span></code></pre></div><h3 id=csproj>CSProj</h3><p>in the project&rsquo;s <code>csproj</code> file, specify the dependency as a <code>PackageReference</code> in <code>ItemGroup</code>:</p><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-csproj data-lang=csproj><span style=display:flex><span> <span style=color:#204a87;font-weight:700>&lt;PackageReference</span> <span style=color:#c4a000>Include=</span><span style=color:#4e9a06>&#34;Selenium.WebDriver&#34;</span> <span style=color:#c4a000>Version=</span><span style=color:#4e9a06>&#34;4.23.0&#34;</span> <span style=color:#204a87;font-weight:700>/&gt;</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/dotnet/SeleniumDocs/SeleniumDocs.csproj#L14 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
5959
<strong>View full example on GitHub</strong></a></div><h3 id=additional-considerations>Additional considerations</h3><p>Further items of note for using Visual Studio Code (vscode) and C#</p><p>Install the compatible .NET SDK as per the section above.
6060
Also install the vscode extensions (Ctrl-Shift-X) for C# and NuGet.
6161
Follow the <a href="https://docs.microsoft.com/en-us/dotnet/core/tutorials/with-visual-studio-code?pivots=dotnet-5-0">instruction here</a>

documentation/webdriver/getting_started/install_library/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-00-02 role=tabpanel aria-labelled-by=tabs-00-02-tab tabindex=0><p>A list of all supported frameworks for each version of Selenium
4040
is available on <a href=https://www.nuget.org/packages/Selenium.WebDriver>Nuget</a></p><p>There are a few options for installing Selenium.</p><h3 id=packet-manager>Packet Manager</h3><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-shell data-lang=shell><span style=display:flex><span>Install-Package Selenium.WebDriver
4141
</span></span></code></pre></div><h3 id=net-cli>.NET CLI</h3><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-shell data-lang=shell><span style=display:flex><span>dotnet add package Selenium.WebDriver
42-
</span></span></code></pre></div><h3 id=csproj>CSProj</h3><p>in the project&rsquo;s <code>csproj</code> file, specify the dependency as a <code>PackageReference</code> in <code>ItemGroup</code>:</p><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-csproj data-lang=csproj><span style=display:flex><span> <span style=color:#204a87;font-weight:700>&lt;PackageReference</span> <span style=color:#c4a000>Include=</span><span style=color:#4e9a06>&#34;Selenium.WebDriver&#34;</span> <span style=color:#c4a000>Version=</span><span style=color:#4e9a06>&#34;4.22.0&#34;</span> <span style=color:#204a87;font-weight:700>/&gt;</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/dotnet/SeleniumDocs/SeleniumDocs.csproj#L14 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
42+
</span></span></code></pre></div><h3 id=csproj>CSProj</h3><p>in the project&rsquo;s <code>csproj</code> file, specify the dependency as a <code>PackageReference</code> in <code>ItemGroup</code>:</p><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-csproj data-lang=csproj><span style=display:flex><span> <span style=color:#204a87;font-weight:700>&lt;PackageReference</span> <span style=color:#c4a000>Include=</span><span style=color:#4e9a06>&#34;Selenium.WebDriver&#34;</span> <span style=color:#c4a000>Version=</span><span style=color:#4e9a06>&#34;4.23.0&#34;</span> <span style=color:#204a87;font-weight:700>/&gt;</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/dotnet/SeleniumDocs/SeleniumDocs.csproj#L14 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
4343
<strong>View full example on GitHub</strong></a></div><h3 id=additional-considerations>Additional considerations</h3><p>Further items of note for using Visual Studio Code (vscode) and C#</p><p>Install the compatible .NET SDK as per the section above.
4444
Also install the vscode extensions (Ctrl-Shift-X) for C# and NuGet.
4545
Follow the <a href="https://docs.microsoft.com/en-us/dotnet/core/tutorials/with-visual-studio-code?pivots=dotnet-5-0">instruction here</a>

0 commit comments

Comments
 (0)