|  | 
| 1280 | 1280 | 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> | 
| 1281 | 1281 | 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> | 
| 1282 | 1282 | <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> | 
| 1284 | 1284 | <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> | 
| 1285 | 1285 | <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, | 
| 1286 | 1286 | 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 | 14368 | <label><a href=https://github.com/lmtierney>@lmtierney</a></label> | 
| 14369 | 14369 | <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> | 
| 14370 | 14370 | <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> | 
| 14372 | 14372 | <label><a href=https://github.com/nvborisenko>@nvborisenko</a></label> | 
| 14373 | 14373 | <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> | 
| 14374 | 14374 | <label><a href=https://github.com/freynaud>@freynaud</a></label> | 
|  | 
| 14928 | 14928 | <label><a href=https://github.com/TestOpsCloudchen>@TestOpsCloudchen</a></label> | 
| 14929 | 14929 | <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> | 
| 14930 | 14930 | <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> | 
| 14931 | 14933 | <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> | 
| 14932 | 14934 | <label><a href=https://github.com/raju249>@raju249</a></label> | 
| 14933 | 14935 | <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 @@ | 
| 14966 | 14968 | <label><a href=https://github.com/sridhar-5>@sridhar-5</a></label> | 
| 14967 | 14969 | <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> | 
| 14968 | 14970 | <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> | 
| 14971 | 14971 | <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> | 
| 14972 | 14972 | <label><a href=https://github.com/SparshKesari>@SparshKesari</a></label> | 
| 14973 | 14973 | <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> | 
| 14974 | 14974 | <label><a href=https://github.com/sbabcoc>@sbabcoc</a></label> | 
| 14975 | 14975 | <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> | 
| 14976 | 14976 | <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> | 
| 14977 | 14979 | <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> | 
| 14978 | 14980 | <label><a href=https://github.com/coodjokergl>@coodjokergl</a></label> | 
| 14979 | 14981 | <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 | 14994 | <label><a href=https://github.com/0420syj>@0420syj</a></label> | 
| 14993 | 14995 | <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> | 
| 14994 | 14996 | <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> | 
| 14997 | 14997 | <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> | 
| 14998 | 14998 | <label><a href=https://github.com/beatfactor>@beatfactor</a></label> | 
| 14999 | 14999 | <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