@@ -74,7 +74,6 @@ spec: WEBDRIVER; urlPrefix: https://w3c.github.io/webdriver/
7474 text: cookie value; url: dfn-cookie-value
7575 text: create a cookie; url: dfn-creating-a-cookie
7676 text: create a session; url: dfn-create-a-session
77- text: deserialize as a proxy; url: dfn-deserialize-as-a-proxy
7877 text: dispatch actions; url: dfn-dispatch-actions
7978 text: dispatch tick actions; url: dfn-dispatch-tick-actions
8079 text: draw a bounding box from the framebuffer; url: dfn-draw-a-bounding-box-from-the-framebuffer
@@ -103,7 +102,7 @@ spec: WEBDRIVER; urlPrefix: https://w3c.github.io/webdriver/
103102 text: parse a page range; url: dfn-parse-a-page-range
104103 text: handler; for: prompt handler configuration; url: dfn-handler
105104 text: process capabilities; url: dfn-capabilities-processing
106- text: proxy configuration object ; url: dfn-proxy-configuration-object
105+ text: proxy configuration; url: dfn-proxy-configuration
107106 text: readiness state; url: dfn-readiness-state
108107 text: remote end steps; url: dfn-remote-end-steps
109108 text: remote end; url: dfn-remote-ends
@@ -1540,7 +1539,7 @@ A [=BiDi session=] has a
15401539[=/map=] between [=user contexts=] and boolean.
15411540
15421541A [=BiDi session=] has a <dfn>user context to proxy configuration map</dfn> , which is
1543- a [=/map=] between [=user contexts=] and [=proxy configuration object =] .
1542+ a [=/map=] between [=user contexts=] and [=proxy configuration=] .
15441543
15451544When a [=user context=] is [=set/remove|removed=] from the
15461545[=set of user contexts=] , [=remove user context subscriptions=] .
@@ -2759,8 +2758,7 @@ The [=remote end steps=] with |session| and |command parameters| are:
27592758
276027591. If |command parameters| [=map/contains=] "<code> proxy</code> ":
27612760
2762- 1. Let |proxy configuration| be the result of [=trying=] to [=deserialize as a proxy=] with
2763- |command parameters|["<code>proxy</code>"] .
2761+ 1. Let |proxy configuration| be |command parameters|["<code>proxy</code>"] .
27642762
27652763 1. If the [=remote end=] is unable to configure proxy settings per [=user context=] ,
27662764 or is unable to configure the proxy with |proxy configuration|, return [=error=] with
0 commit comments