From 9f1f7e30f229c0b950acc5311c2cf4b58778a82f Mon Sep 17 00:00:00 2001 From: Simon Stewart Date: Mon, 26 Jun 2017 12:03:01 +0100 Subject: [PATCH] Better define proxies This includes a fix where we had omitted "direct" as an option and accidentally included "noproxy" as a proxy type. This closes #837 by ensuring that all entries in the table refer to the valid proxy type for which they should be used. Closes #841, since the URL spec specifies that a host can include credentials. Closes #913 by properly spelling out `noProxy` and when it should be used. Closes #949 by removing the `*ProxyPort` settings, which are not part of the original selenium wire protocol. --- webdriver-spec.html | 124 ++++++++++++++------------------------------ 1 file changed, 40 insertions(+), 84 deletions(-) diff --git a/webdriver-spec.html b/webdriver-spec.html index 3bb725ab5..2d595641e 100644 --- a/webdriver-spec.html +++ b/webdriver-spec.html @@ -549,8 +549,11 @@

Dependencies