Skip to content

Commit 71b853f

Browse files
committed
Corrected C# "Remote WebDriver / Download a File" example reference (#2034)[deploy site]
Correct C# "Remote WebDriver / Download a File" example reference Co-authored-by: Sri Harsha <[email protected]> 52a1ff7
1 parent b9f908a commit 71b853f

File tree

28 files changed

+96
-96
lines changed

28 files changed

+96
-96
lines changed

documentation/_print/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@
12801280
JavaScript</button></li><li class=nav-item><button class=nav-link id=tabs-06-05-tab data-bs-toggle=tab data-bs-target=#tabs-06-05 role=tab data-td-tp-persist=kotlin aria-controls=tabs-06-05 aria-selected=false>
12811281
Kotlin</button></li></ul><div class=tab-content id=tabs-6-content><div class="tab-body tab-pane fade show active" id=tabs-06-00 role=tabpanel aria-labelled-by=tabs-06-00-tab tabindex=6><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-java data-lang=java><span style=display:flex><span><span style=color:#f8f8f8;text-decoration:underline> </span><span style=color:#000;font-weight:700>((</span><span style=color:#000>HasDownloads</span><span style=color:#000;font-weight:700>)</span><span style=color:#f8f8f8;text-decoration:underline> </span><span style=color:#000>driver</span><span style=color:#000;font-weight:700>).</span><span style=color:#c4a000>downloadFile</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>downloadableFile</span><span style=color:#000;font-weight:700>,</span><span style=color:#f8f8f8;text-decoration:underline> </span><span style=color:#000>targetDirectory</span><span style=color:#000;font-weight:700>);</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/java/src/test/java/dev/selenium/drivers/RemoteWebDriverTest.java#L83 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
12821282
<strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-06-01 role=tabpanel aria-labelled-by=tabs-06-01-tab tabindex=6><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-py data-lang=py><span style=display:flex><span> <span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>download_file</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>downloadable_file</span><span style=color:#000;font-weight:700>,</span> <span style=color:#000>target_directory</span><span style=color:#000;font-weight:700>)</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/python/tests/drivers/test_remote_webdriver.py#L58 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
1283-
<strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-06-02 role=tabpanel aria-labelled-by=tabs-06-02-tab tabindex=6><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-cs data-lang=cs></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/dotnet/SeleniumDocs/Drivers/RemoteWebDriverTest.cs#L78 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
1283+
<strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-06-02 role=tabpanel aria-labelled-by=tabs-06-02-tab tabindex=6><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-cs data-lang=cs><span style=display:flex><span> <span style=color:#000;font-weight:700>((</span><span style=color:#000>RemoteWebDriver</span><span style=color:#000;font-weight:700>)</span><span style=color:#000>driver</span><span style=color:#000;font-weight:700>).</span><span style=color:#000>DownloadFile</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>downloadableFile</span><span style=color:#000;font-weight:700>,</span> <span style=color:#000>targetDirectory</span><span style=color:#000;font-weight:700>);</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/Drivers/RemoteWebDriverTest.cs#L79 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
12841284
<strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-06-03 role=tabpanel aria-labelled-by=tabs-06-03-tab tabindex=6><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-rb data-lang=rb><span style=display:flex><span> <span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>download_file</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>downloadable_file</span><span style=color:#000;font-weight:700>,</span> <span style=color:#000>target_directory</span><span style=color:#000;font-weight:700>)</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/ruby/spec/drivers/remote_webdriver_spec.rb#L57 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
12851285
<strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-06-04 role=tabpanel aria-labelled-by=tabs-06-04-tab tabindex=6><p><a href=/documentation/about/contributing/#creating-examples><span class=selenium-badge-code data-bs-toggle=tooltip data-bs-placement=right title="This code example is missing. Examples are added to the examples directory; click for details in the contribution guide">Add Example</span></a></p></div><div class="tab-body tab-pane fade" id=tabs-06-05 role=tabpanel aria-labelled-by=tabs-06-05-tab tabindex=6><p><a href=/documentation/about/contributing/#creating-examples><span class=selenium-badge-code data-bs-toggle=tooltip data-bs-placement=right title="This code example is missing. Examples are added to the examples directory; click for details in the contribution guide">Add Example</span></a></p></div></div><h3 id=delete-downloaded-files>Delete Downloaded Files</h3><p>By default, the download directory is deleted at the end of the applicable session,
12861286
but you can also delete all files during the session.</p><ul class="nav nav-tabs" id=tabs-7 role=tablist><li class=nav-item><button class="nav-link active" id=tabs-07-00-tab data-bs-toggle=tab data-bs-target=#tabs-07-00 role=tab data-td-tp-persist=java aria-controls=tabs-07-00 aria-selected=true>
@@ -14368,7 +14368,7 @@
1436814368
<label><a href=https://github.com/lmtierney>@lmtierney</a></label>
1436914369
<span class=contributions>179 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/16140691?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
1437014370
<label><a href=https://github.com/joerg1985>@joerg1985</a></label>
14371-
<span class=contributions>172 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/22616990?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
14371+
<span class=contributions>173 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/22616990?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
1437214372
<label><a href=https://github.com/nvborisenko>@nvborisenko</a></label>
1437314373
<span class=contributions>145 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/696749?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
1437414374
<label><a href=https://github.com/freynaud>@freynaud</a></label>
@@ -14928,6 +14928,8 @@
1492814928
<label><a href=https://github.com/TestOpsCloudchen>@TestOpsCloudchen</a></label>
1492914929
<span class=contributions>3 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/13767532?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
1493014930
<label><a href=https://github.com/takeyaqa>@takeyaqa</a></label>
14931+
<span class=contributions>3 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/28479139?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
14932+
<label><a href=https://github.com/Delta456>@Delta456</a></label>
1493114933
<span class=contributions>3 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/8307266?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
1493214934
<label><a href=https://github.com/raju249>@raju249</a></label>
1493314935
<span class=contributions>3 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/6995156?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
@@ -14966,14 +14968,14 @@
1496614968
<label><a href=https://github.com/sridhar-5>@sridhar-5</a></label>
1496714969
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/350687?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
1496814970
<label><a href=https://github.com/urig>@urig</a></label>
14969-
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/28479139?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
14970-
<label><a href=https://github.com/Delta456>@Delta456</a></label>
1497114971
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/39815871?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
1497214972
<label><a href=https://github.com/SparshKesari>@SparshKesari</a></label>
1497314973
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/3493745?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
1497414974
<label><a href=https://github.com/sbabcoc>@sbabcoc</a></label>
1497514975
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/14201772?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
1497614976
<label><a href=https://github.com/sangcnguyen>@sangcnguyen</a></label>
14977+
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/47086307?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
14978+
<label><a href=https://github.com/zipperer>@zipperer</a></label>
1497714979
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/28683193?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
1497814980
<label><a href=https://github.com/coodjokergl>@coodjokergl</a></label>
1497914981
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/55776728?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
@@ -14992,8 +14994,6 @@
1499214994
<label><a href=https://github.com/0420syj>@0420syj</a></label>
1499314995
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/16527196?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
1499414996
<label><a href=https://github.com/TheTestLynx>@TheTestLynx</a></label>
14995-
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/47086307?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
14996-
<label><a href=https://github.com/zipperer>@zipperer</a></label>
1499714997
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/419506?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
1499814998
<label><a href=https://github.com/beatfactor>@beatfactor</a></label>
1499914999
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/65099941?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>

documentation/about/_print/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<label><a href=https://github.com/lmtierney>@lmtierney</a></label>
8989
<span class=contributions>179 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/16140691?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
9090
<label><a href=https://github.com/joerg1985>@joerg1985</a></label>
91-
<span class=contributions>172 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/22616990?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
91+
<span class=contributions>173 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/22616990?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
9292
<label><a href=https://github.com/nvborisenko>@nvborisenko</a></label>
9393
<span class=contributions>145 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/696749?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
9494
<label><a href=https://github.com/freynaud>@freynaud</a></label>
@@ -648,6 +648,8 @@
648648
<label><a href=https://github.com/TestOpsCloudchen>@TestOpsCloudchen</a></label>
649649
<span class=contributions>3 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/13767532?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
650650
<label><a href=https://github.com/takeyaqa>@takeyaqa</a></label>
651+
<span class=contributions>3 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/28479139?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
652+
<label><a href=https://github.com/Delta456>@Delta456</a></label>
651653
<span class=contributions>3 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/8307266?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
652654
<label><a href=https://github.com/raju249>@raju249</a></label>
653655
<span class=contributions>3 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/6995156?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
@@ -686,14 +688,14 @@
686688
<label><a href=https://github.com/sridhar-5>@sridhar-5</a></label>
687689
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/350687?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
688690
<label><a href=https://github.com/urig>@urig</a></label>
689-
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/28479139?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
690-
<label><a href=https://github.com/Delta456>@Delta456</a></label>
691691
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/39815871?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
692692
<label><a href=https://github.com/SparshKesari>@SparshKesari</a></label>
693693
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/3493745?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
694694
<label><a href=https://github.com/sbabcoc>@sbabcoc</a></label>
695695
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/14201772?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
696696
<label><a href=https://github.com/sangcnguyen>@sangcnguyen</a></label>
697+
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/47086307?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
698+
<label><a href=https://github.com/zipperer>@zipperer</a></label>
697699
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/28683193?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
698700
<label><a href=https://github.com/coodjokergl>@coodjokergl</a></label>
699701
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/55776728?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
@@ -712,8 +714,6 @@
712714
<label><a href=https://github.com/0420syj>@0420syj</a></label>
713715
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/16527196?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
714716
<label><a href=https://github.com/TheTestLynx>@TheTestLynx</a></label>
715-
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/47086307?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
716-
<label><a href=https://github.com/zipperer>@zipperer</a></label>
717717
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/419506?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
718718
<label><a href=https://github.com/beatfactor>@beatfactor</a></label>
719719
<span class=contributions>2 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/65099941?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>

0 commit comments

Comments
 (0)