Bug 1404891 - Add noProxy documentation for proxy capabilities. draft
authorHenrik Skupin <mail@hskupin.info>
Mon, 02 Oct 2017 23:16:07 +0200
changeset 674477 550f0bda655e73c234f0c7936eeaa7b6489ca3f8
parent 673329 97efdde466f18cf580fda9673cf4c38ee21fc7b7
child 734350 ae2554ba6cf46963935a25141cbbfd6707f6d6cd
push id82857
push userbmo:hskupin@gmail.com
push dateTue, 03 Oct 2017 21:29:35 +0000
bugs1404891, 1387094
milestone58.0a1
Bug 1404891 - Add noProxy documentation for proxy capabilities. We missed adding it for the implementation on bug 1387094. DONTBUILD MozReview-Commit-ID: E717NEO7o2U
testing/geckodriver/README.md
--- a/testing/geckodriver/README.md
+++ b/testing/geckodriver/README.md
@@ -159,16 +159,24 @@ geckodriver supports a number of [capabi
   <td><code>httpProxy</code>
   <td>string
   <td>Defines the proxy hostname with an optional port for HTTP traffic.
    This property should only be set when <code>proxyType</code>
    is set to <code>manual</code>.
  </tr>
 
  <tr>
+  <td><code>noProxy</code>
+  <td>list
+  <td>Lists the addresses for which the proxy should be bypassed.
+   This property should only be set when <code>proxyType</code>
+   is set to <code>manual</code>.
+ </tr>
+
+ <tr>
   <td><code>sslProxy</code>
   <td>string
   <td>Defines the proxy hostname with an optional port for encrypted TLS traffic.
    This property should only be set when <code>proxyType</code>
    is set to <code>manual</code>.
  </tr>
 
  <tr>