Skip to content

Commit 8b1a738

Browse files
committed
Attempt to improve the langauge around setting a proxy
Closes #786
1 parent 881a0dd commit 8b1a738

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

webdriver-spec.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2404,9 +2404,16 @@ <h3>Processing Capabilities</h3>
24042404
information to the <a>local end</a>.
24052405

24062406
<dt>"<code>proxy</code>"
2407-
<dd><p>If the <a>endpoint node</a> does not support the proxy
2408-
configuration defined in <var>value</var>,
2409-
return <a>success</a> with data <a><code>null</code></a>.
2407+
<dd><p>If the <a>endpoint node</a> does not allow the proxy it
2408+
uses to be configured, or if the proxy configuration defined
2409+
in <var>value</var> is not one that passes the <a>endpoint
2410+
node</a>'s implementation-specific validity checks,
2411+
return <a>success</a> with data <a><code>null</code></a>.
2412+
2413+
<p class=note>A <a>local end</a> would only send this capability
2414+
if it expected it to be honored and the configured proxy
2415+
used. The intent is that if this is not possible a new session
2416+
will not be established.
24102417

24112418
<dt><strong>Otherwise</strong>
24122419
<dd><p>If <var>name</var> is not the key of an

0 commit comments

Comments
 (0)