Skip to content

Commit 5a357db

Browse files
Remove FTP proxy which is no longer supported by browsers (w3c#1901)
SHA: 87062f7 Reason: push, by pull[bot] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9d51ef5 commit 5a357db

File tree

1 file changed

+28
-37
lines changed

1 file changed

+28
-37
lines changed

index.html

Lines changed: 28 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html><html lang="en-us" data-issue-url="https://github.com/w3c/webdriver/" data-issue-param-milestone="Level 1"><head>
22
<meta charset="utf-8">
3-
<meta name="generator" content="ReSpec 35.3.1">
3+
<meta name="generator" content="ReSpec 35.4.1">
44
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
55
<style>
66
span.example-title{text-transform:none}
@@ -176,7 +176,7 @@
176176
.mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
177177
.mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
178178
</style>
179-
<meta name="revision" content="b8a7cdb4a1e9112b6dd45fe70e0f0c3e57e225f5">
179+
<meta name="revision" content="87062f76b3e52a349f72ce376aba0c9ad6a51c26">
180180
<meta name="description" content="WebDriver is a remote control interface
181181
that enables introspection and control of user agents.
182182
It provides a platform- and language-neutral wire protocol
@@ -289,15 +289,15 @@
289289
],
290290
"profile": "web-platform"
291291
},
292-
"gitRevision": "b8a7cdb4a1e9112b6dd45fe70e0f0c3e57e225f5",
293-
"publishISODate": "2025-05-12T00:00:00.000Z",
294-
"generatedSubtitle": "W3C Editor's Draft 12 May 2025"
292+
"gitRevision": "87062f76b3e52a349f72ce376aba0c9ad6a51c26",
293+
"publishISODate": "2025-06-17T00:00:00.000Z",
294+
"generatedSubtitle": "W3C Editor's Draft 17 June 2025"
295295
}</script>
296296
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head><body data-cite="WEBIDL CSSOM-VIEW GEOMETRY-1 fileapi HTML INFRA URL WEBIDL DOM FETCH" class="h-entry"><div class="head">
297297
<p class="logos"><a class="logo" href="https://www.w3.org/"><img crossorigin="" alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72">
298298
</a></p>
299299
<h1 id="title" class="title">WebDriver</h1>
300-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2025-05-12">12 May 2025</time></p>
300+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2025-06-17">17 June 2025</time></p>
301301
<details open="">
302302
<summary>More details about this document</summary>
303303
<dl>
@@ -1984,73 +1984,64 @@ <h1 id="title" class="title">WebDriver</h1>
19841984
</td></tr>
19851985

19861986
<tr>
1987-
<td><code>ftpProxy</code>
1987+
<td><code>httpProxy</code>
19881988
</td><td>string
1989-
</td><td>Defines the proxy <a href="#dfn-host" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-host-1">host</a> for FTP traffic when
1989+
</td><td>Defines the proxy <a href="#dfn-host" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-host-1">host</a> for HTTP traffic when
19901990
the <a href="#dfn-proxytype" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-proxytype-2"><code><code>proxyType</code></code></a> is "<code>manual</code>".
19911991
</td><td>A <a href="#dfn-host-and-optional-port" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-host-and-optional-port-1">host and optional port</a> for
1992-
scheme "<code>ftp</code>".
1993-
</td></tr>
1994-
1995-
<tr>
1996-
<td><code>httpProxy</code>
1997-
</td><td>string
1998-
</td><td>Defines the proxy <a href="#dfn-host" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-host-2">host</a> for HTTP traffic when
1999-
the <a href="#dfn-proxytype" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-proxytype-3"><code><code>proxyType</code></code></a> is "<code>manual</code>".
2000-
</td><td>A <a href="#dfn-host-and-optional-port" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-host-and-optional-port-2">host and optional port</a> for
20011992
scheme "<code>http</code>".
20021993
</td></tr>
20031994

20041995
<tr>
20051996
<td><code>noProxy</code>
20061997
</td><td>array
20071998
</td><td>Lists the address for which the proxy should be bypassed when
2008-
the <a href="#dfn-proxytype" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-proxytype-4"><code><code>proxyType</code></code></a> is "<code>manual</code>".
1999+
the <a href="#dfn-proxytype" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-proxytype-3"><code><code>proxyType</code></code></a> is "<code>manual</code>".
20092000
</td><td>A <a href="#dfn-list" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-list-1">List</a> containing any number of <a href="#dfn-string" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-string-1">String</a>s.
20102001
</td></tr>
20112002

20122003
<tr>
20132004
<td><code>sslProxy</code>
20142005
</td><td>string
2015-
</td><td>Defines the proxy <a href="#dfn-host" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-host-3">host</a> for encrypted TLS traffic
2016-
when the <a href="#dfn-proxytype" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-proxytype-5"><code><code>proxyType</code></code></a> is "<code>manual</code>".
2017-
</td><td>A <a href="#dfn-host-and-optional-port" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-host-and-optional-port-3">host and optional port</a> for
2006+
</td><td>Defines the proxy <a href="#dfn-host" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-host-2">host</a> for encrypted TLS traffic
2007+
when the <a href="#dfn-proxytype" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-proxytype-4"><code><code>proxyType</code></code></a> is "<code>manual</code>".
2008+
</td><td>A <a href="#dfn-host-and-optional-port" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-host-and-optional-port-2">host and optional port</a> for
20182009
scheme "<code>https</code>".
20192010
</td></tr>
20202011

20212012
<tr>
20222013
<td><code>socksProxy</code>
20232014
</td><td>string
2024-
</td><td>Defines the proxy <a href="#dfn-host" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-host-4">host</a> for a <a href="#dfn-socks-proxy" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-socks-proxy-1">SOCKS proxy</a>
2025-
when the <a href="#dfn-proxytype" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-proxytype-6"><code><code>proxyType</code></code></a> is "<code>manual</code>".
2026-
</td><td>A <a href="#dfn-host-and-optional-port" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-host-and-optional-port-4">host and optional port</a> with an <a href="#dfn-undefined" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-undefined-2">undefined</a> scheme.
2015+
</td><td>Defines the proxy <a href="#dfn-host" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-host-3">host</a> for a <a href="#dfn-socks-proxy" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-socks-proxy-1">SOCKS proxy</a>
2016+
when the <a href="#dfn-proxytype" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-proxytype-5"><code><code>proxyType</code></code></a> is "<code>manual</code>".
2017+
</td><td>A <a href="#dfn-host-and-optional-port" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-host-and-optional-port-3">host and optional port</a> with an <a href="#dfn-undefined" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-undefined-2">undefined</a> scheme.
20272018
</td></tr>
20282019

20292020
<tr>
20302021
<td><code>socksVersion</code>
20312022
</td><td>number
20322023
</td><td>Defines the <a href="#dfn-socks-proxy" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-socks-proxy-2">SOCKS proxy</a> version
2033-
when the <a href="#dfn-proxytype" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-proxytype-7"><code><code>proxyType</code></code></a> is "<code>manual</code>".
2024+
when the <a href="#dfn-proxytype" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-proxytype-6"><code><code>proxyType</code></code></a> is "<code>manual</code>".
20342025
</td><td>Any <a href="#dfn-integer" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-integer-1">integer</a> between 0 and 255 inclusive.
20352026
</td></tr>
20362027

20372028
</tbody></table>
20382029

20392030
<p>A <dfn id="dfn-host-and-optional-port" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">host and optional port</dfn> for a <var>scheme</var> is
2040-
defined as being a valid <a href="#dfn-host" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-host-5">host</a>, optionally followed by a colon
2041-
and a valid <a href="#dfn-port" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-port-1">port</a>. The <a href="#dfn-host" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-host-6">host</a> may
2031+
defined as being a valid <a href="#dfn-host" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-host-4">host</a>, optionally followed by a colon
2032+
and a valid <a href="#dfn-port" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-port-1">port</a>. The <a href="#dfn-host" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-host-5">host</a> may
20422033
<a data-lt="includes credentials" href="#dfn-includes-credentials" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-includes-credentials-1">include credentials</a>. If the
20432034
port is omitted and <var>scheme</var> has a <a href="#dfn-default-port" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-default-port-1">default port</a>,
20442035
this is the implied port. Otherwise, the port is left undefined.
20452036

2046-
</p><p>A <a href="#dfn-proxytype" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-proxytype-8"><code><code>proxyType</code></code></a> of "<code>direct</code>" indicates
2037+
</p><p>A <a href="#dfn-proxytype" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-proxytype-7"><code><code>proxyType</code></code></a> of "<code>direct</code>" indicates
20472038
that the browser should not use a proxy at all.
20482039

2049-
</p><p>A <a href="#dfn-proxytype" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-proxytype-9"><code><code>proxyType</code></code></a> of "<code>system</code>" indicates
2040+
</p><p>A <a href="#dfn-proxytype" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-proxytype-8"><code><code>proxyType</code></code></a> of "<code>system</code>" indicates
20502041
that the browser should use the various proxies configured for the
20512042
underlying Operating System.
20522043

2053-
</p><p>A <a href="#dfn-proxytype" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-proxytype-10"><code><code>proxyType</code></code></a> of "<code>autodetect</code>"
2044+
</p><p>A <a href="#dfn-proxytype" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-proxytype-9"><code><code>proxyType</code></code></a> of "<code>autodetect</code>"
20542045
indicates that the proxy to use should be detected in an
20552046
implementation-specific way.
20562047

@@ -5460,7 +5451,7 @@ <h1 id="title" class="title">WebDriver</h1>
54605451

54615452
<p>A <a href="#dfn-shadow-roots" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-shadow-roots-3">shadow root</a> <dfn id="dfn-is-detached" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">is detached</dfn>
54625453
if its <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#concept-node-document" id="ref-for-index-term-node-document-for-node-2">node document</a> is not the <a href="#dfn-active-document" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-active-document-16">active document</a>
5463-
or if the element node referred to as its <a data-link-type="dfn|abstract-op" href="#dfn-host" class="internalDFN" id="ref-for-dfn-host-7">host</a>
5454+
or if the element node referred to as its <a data-link-type="dfn|abstract-op" href="#dfn-host" class="internalDFN" id="ref-for-dfn-host-6">host</a>
54645455
<a href="#dfn-is-stale" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-is-stale-2">is stale</a>.
54655456
</p></section>
54665457

@@ -14246,7 +14237,7 @@ <h1 id="title" class="title">WebDriver</h1>
1424614237
<dl class="bibliography"><dt id="bib-accname-1.1">[accname-1.1]</dt><dd>
1424714238
<a href="https://www.w3.org/TR/accname-1.1/"><cite>Accessible Name and Description Computation 1.1</cite></a>. Joanmarie Diggs; Bryan Garaventa; Michael Cooper. W3C. 18 December 2018. W3C Recommendation. URL: <a href="https://www.w3.org/TR/accname-1.1/">https://www.w3.org/TR/accname-1.1/</a>
1424814239
</dd><dt id="bib-csp3">[CSP3]</dt><dd>
14249-
<a href="https://www.w3.org/TR/CSP3/"><cite>Content Security Policy Level 3</cite></a>. Mike West; Antonio Sartori. W3C. 30 April 2025. W3C Working Draft. URL: <a href="https://www.w3.org/TR/CSP3/">https://www.w3.org/TR/CSP3/</a>
14240+
<a href="https://www.w3.org/TR/CSP3/"><cite>Content Security Policy Level 3</cite></a>. Mike West; Antonio Sartori. W3C. 6 June 2025. W3C Working Draft. URL: <a href="https://www.w3.org/TR/CSP3/">https://www.w3.org/TR/CSP3/</a>
1425014241
</dd><dt id="bib-css-cascade-4">[CSS-CASCADE-4]</dt><dd>
1425114242
<a href="https://www.w3.org/TR/css-cascade-4/"><cite>CSS Cascading and Inheritance Level 4</cite></a>. Elika Etemad; Tab Atkins Jr. W3C. 13 January 2022. W3C Candidate Recommendation. URL: <a href="https://www.w3.org/TR/css-cascade-4/">https://www.w3.org/TR/css-cascade-4/</a>
1425214243
</dd><dt id="bib-css-device-adapt">[CSS-DEVICE-ADAPT]</dt><dd>
@@ -14336,7 +14327,7 @@ <h1 id="title" class="title">WebDriver</h1>
1433614327
</dd><dt id="bib-wai-aria-1.2">[wai-aria-1.2]</dt><dd>
1433714328
<a href="https://www.w3.org/TR/wai-aria-1.2/"><cite>Accessible Rich Internet Applications (WAI-ARIA) 1.2</cite></a>. Joanmarie Diggs; James Nurthen; Michael Cooper; Carolyn MacLeod. W3C. 6 June 2023. W3C Recommendation. URL: <a href="https://www.w3.org/TR/wai-aria-1.2/">https://www.w3.org/TR/wai-aria-1.2/</a>
1433814329
</dd><dt id="bib-webdriver-bidi">[WebDriver-BiDi]</dt><dd>
14339-
<a href="https://www.w3.org/TR/webdriver-bidi/"><cite>WebDriver BiDi</cite></a>. James Graham; Alex Rudenko; Maksim Sadym. W3C. 12 May 2025. W3C Working Draft. URL: <a href="https://www.w3.org/TR/webdriver-bidi/">https://www.w3.org/TR/webdriver-bidi/</a>
14330+
<a href="https://www.w3.org/TR/webdriver-bidi/"><cite>WebDriver BiDi</cite></a>. James Graham; Alex Rudenko; Maksim Sadym. W3C. 3 June 2025. W3C Working Draft. URL: <a href="https://www.w3.org/TR/webdriver-bidi/">https://www.w3.org/TR/webdriver-bidi/</a>
1434014331
</dd><dt id="bib-webidl">[WEBIDL]</dt><dd>
1434114332
<a href="https://webidl.spec.whatwg.org/"><cite>Web IDL Standard</cite></a>. Edgar Chen; Timothy Gu. WHATWG. Living Standard. URL: <a href="https://webidl.spec.whatwg.org/">https://webidl.spec.whatwg.org/</a>
1434214333
</dd><dt id="bib-xpath">[XPATH]</dt><dd>
@@ -16665,7 +16656,7 @@ <h1 id="title" class="title">WebDriver</h1>
1666516656
<p><b>Referenced in:</b></p>
1666616657
<ul>
1666716658
<li>
16668-
<a href="#ref-for-dfn-proxytype-1" title="§ 7.1 Proxy">§ 7.1 Proxy</a> <a href="#ref-for-dfn-proxytype-2" title="Reference 2">(2)</a> <a href="#ref-for-dfn-proxytype-3" title="Reference 3">(3)</a> <a href="#ref-for-dfn-proxytype-4" title="Reference 4">(4)</a> <a href="#ref-for-dfn-proxytype-5" title="Reference 5">(5)</a> <a href="#ref-for-dfn-proxytype-6" title="Reference 6">(6)</a> <a href="#ref-for-dfn-proxytype-7" title="Reference 7">(7)</a> <a href="#ref-for-dfn-proxytype-8" title="Reference 8">(8)</a> <a href="#ref-for-dfn-proxytype-9" title="Reference 9">(9)</a> <a href="#ref-for-dfn-proxytype-10" title="Reference 10">(10)</a>
16659+
<a href="#ref-for-dfn-proxytype-1" title="§ 7.1 Proxy">§ 7.1 Proxy</a> <a href="#ref-for-dfn-proxytype-2" title="Reference 2">(2)</a> <a href="#ref-for-dfn-proxytype-3" title="Reference 3">(3)</a> <a href="#ref-for-dfn-proxytype-4" title="Reference 4">(4)</a> <a href="#ref-for-dfn-proxytype-5" title="Reference 5">(5)</a> <a href="#ref-for-dfn-proxytype-6" title="Reference 6">(6)</a> <a href="#ref-for-dfn-proxytype-7" title="Reference 7">(7)</a> <a href="#ref-for-dfn-proxytype-8" title="Reference 8">(8)</a> <a href="#ref-for-dfn-proxytype-9" title="Reference 9">(9)</a>
1666916660
</li>
1667016661
</ul>
1667116662
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-dfn-host-and-optional-port" aria-label="Links in this document to definition: host and optional port">
@@ -16677,7 +16668,7 @@ <h1 id="title" class="title">WebDriver</h1>
1667716668
<p><b>Referenced in:</b></p>
1667816669
<ul>
1667916670
<li>
16680-
<a href="#ref-for-dfn-host-and-optional-port-1" title="§ 7.1 Proxy">§ 7.1 Proxy</a> <a href="#ref-for-dfn-host-and-optional-port-2" title="Reference 2">(2)</a> <a href="#ref-for-dfn-host-and-optional-port-3" title="Reference 3">(3)</a> <a href="#ref-for-dfn-host-and-optional-port-4" title="Reference 4">(4)</a>
16671+
<a href="#ref-for-dfn-host-and-optional-port-1" title="§ 7.1 Proxy">§ 7.1 Proxy</a> <a href="#ref-for-dfn-host-and-optional-port-2" title="Reference 2">(2)</a> <a href="#ref-for-dfn-host-and-optional-port-3" title="Reference 3">(3)</a>
1668116672
</li>
1668216673
</ul>
1668316674
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-dfn-deserialize-as-a-proxy" aria-label="Links in this document to definition: deserialize as a proxy">
@@ -24381,9 +24372,9 @@ <h1 id="title" class="title">WebDriver</h1>
2438124372
<p><b>Referenced in:</b></p>
2438224373
<ul>
2438324374
<li>
24384-
<a href="#ref-for-dfn-host-1" title="§ 7.1 Proxy">§ 7.1 Proxy</a> <a href="#ref-for-dfn-host-2" title="Reference 2">(2)</a> <a href="#ref-for-dfn-host-3" title="Reference 3">(3)</a> <a href="#ref-for-dfn-host-4" title="Reference 4">(4)</a> <a href="#ref-for-dfn-host-5" title="Reference 5">(5)</a> <a href="#ref-for-dfn-host-6" title="Reference 6">(6)</a>
24375+
<a href="#ref-for-dfn-host-1" title="§ 7.1 Proxy">§ 7.1 Proxy</a> <a href="#ref-for-dfn-host-2" title="Reference 2">(2)</a> <a href="#ref-for-dfn-host-3" title="Reference 3">(3)</a> <a href="#ref-for-dfn-host-4" title="Reference 4">(4)</a> <a href="#ref-for-dfn-host-5" title="Reference 5">(5)</a>
2438524376
</li><li>
24386-
<a href="#ref-for-dfn-host-7" title="§ 12.2 Shadow Roots">§ 12.2 Shadow Roots</a>
24377+
<a href="#ref-for-dfn-host-6" title="§ 12.2 Shadow Roots">§ 12.2 Shadow Roots</a>
2438724378
</li>
2438824379
</ul>
2438924380
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-dfn-includes-credentials" aria-label="Links in this document to definition: Includes credentials">

0 commit comments

Comments
 (0)