@@ -74,6 +74,7 @@ spec: WEBDRIVER; urlPrefix: https://w3c.github.io/webdriver/
74
74
text: cookie value; url: dfn-cookie-value
75
75
text: create a cookie; url: dfn-creating-a-cookie
76
76
text: create a session; url: dfn-create-a-session
77
+ text: deserialize as a proxy; url: dfn-deserialize-as-a-proxy
77
78
text: dispatch actions; url: dfn-dispatch-actions
78
79
text: dispatch tick actions; url: dfn-dispatch-tick-actions
79
80
text: draw a bounding box from the framebuffer; url: dfn-draw-a-bounding-box-from-the-framebuffer
@@ -102,7 +103,7 @@ spec: WEBDRIVER; urlPrefix: https://w3c.github.io/webdriver/
102
103
text: parse a page range; url: dfn-parse-a-page-range
103
104
text: handler; for: prompt handler configuration; url: dfn-handler
104
105
text: process capabilities; url: dfn-capabilities-processing
105
- text: proxy configuration; url: dfn-proxy-configuration
106
+ text: proxy configuration object ; url: dfn-proxy-configuration-object
106
107
text: readiness state; url: dfn-readiness-state
107
108
text: remote end steps; url: dfn-remote-end-steps
108
109
text: remote end; url: dfn-remote-ends
@@ -1539,7 +1540,7 @@ A [=BiDi session=] has a
1539
1540
[=/map=] between [=user contexts=] and boolean.
1540
1541
1541
1542
A [=BiDi session=] has a <dfn>user context to proxy configuration map</dfn> , which is
1542
- a [=/map=] between [=user contexts=] and [=proxy configuration=] .
1543
+ a [=/map=] between [=user contexts=] and [=proxy configuration object =] .
1543
1544
1544
1545
When a [=user context=] is [=set/remove|removed=] from the
1545
1546
[=set of user contexts=] , [=remove user context subscriptions=] .
@@ -2758,7 +2759,8 @@ The [=remote end steps=] with |session| and |command parameters| are:
2758
2759
2759
2760
1. If |command parameters| [=map/contains=] "<code> proxy</code> ":
2760
2761
2761
- 1. Let |proxy configuration| be |command parameters|["<code>proxy</code>"] .
2762
+ 1. Let |proxy configuration| be the result of [=trying=] to [=deserialize as a proxy=] with
2763
+ |command parameters|["<code>proxy</code>"] .
2762
2764
2763
2765
1. If the [=remote end=] is unable to configure proxy settings per [=user context=] ,
2764
2766
or is unable to configure the proxy with |proxy configuration|, return [=error=] with
0 commit comments