Bug 1441204 - Fix WebDriver capabilities table layout. r?maja_zf draft
authorAndreas Tolfsen <ato@sny.no>
Thu, 14 Jun 2018 13:13:34 -0700
changeset 807825 d1e32f5666e22778c7d95547b04dcc5ab65076d3
parent 807824 0ab8d32ecc27f93834c042a9ae8cc4c912b60dd8
child 807826 60ea1a79b224a240d9a4792bd344e1b72359c406
push id113223
push userbmo:ato@sny.no
push dateFri, 15 Jun 2018 20:32:16 +0000
reviewersmaja_zf
bugs1441204
milestone62.0a1
Bug 1441204 - Fix WebDriver capabilities table layout. r?maja_zf The acceptInsecureCerts and pageLoadStrategy capabilities in the WebDriver capabilities table are missing default values, which causes the table columns to be misaligned. MozReview-Commit-ID: 57p4YzxEmUh
testing/geckodriver/README.md
--- a/testing/geckodriver/README.md
+++ b/testing/geckodriver/README.md
@@ -83,25 +83,26 @@ geckodriver supports a number of [capabi
    <th>Default
    <th>Description
   </tr>
  </thead>
 
  <tr>
   <td><code>acceptInsecureCerts</code>
   <td>boolean
-  <td>Boolean initially set to false,
-   indicating the session will not implicitly trust untrusted
+  <td>false
+  <td>Indicates the session will not implicitly trust untrusted
    or self-signed TLS certificates on navigation.
   <td>
  </tr>
 
  <tr>
   <td><code>pageLoadStrategy</code>
   <td>string
+  <td>`normal`
   <td>Defines the page load strategy
    to use for the duration of the session.
    Setting a page load strategy will cause navigation
    to be "<code>eager</code>",
    waiting for the <code>interactive</code> document ready state;
    "<code>normal</code>" (the default),
    waiting for the <code>complete</code> ready state;
    or "<code>none</code>",