Skip to content

Commit

Permalink
Bug 24925: Adding pageLoadingStrategy to Appendix B
Browse files Browse the repository at this point in the history
  • Loading branch information
David Burns committed Mar 14, 2014
1 parent e68c815 commit 9a8e3be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
8 changes: 2 additions & 6 deletions 05_navigation.html
Expand Up @@ -8,12 +8,8 @@ <h2>Navigation</h2>
<h2 id="page-load-strategies">Page Load Strategies</h2>

<table class="simple">
<tr>
<th>Capability Name</th><th>Type</th>
</tr>
<tr>
<td>pageLoadingStrategy</td><td>DOMString</td>
</tr>
<tr><td>Capability Name</td><td>Type</td></tr>
<tr><td><span id="capability-pageLoadingStrategy">pageLoadingStrategy</span></td><td>DOMString</td></tr>
</table>

<p>It is possible to request a particular strategy be used for detecting when the next command should be processed by a remote end implementation by modifying the page load strategy that is used. The following are the expected values that MAY be used when creating a new session:</p>
Expand Down
9 changes: 3 additions & 6 deletions webdriver-spec.html
Expand Up @@ -543,12 +543,8 @@ <h2>Navigation</h2>
<h2 id="page-load-strategies">Page Load Strategies</h2>

<table class="simple">
<tr>
<th>Capability Name</th><th>Type</th>
</tr>
<tr>
<td>pageLoadingStrategy</td><td>DOMString</td>
</tr>
<tr><td>Capability Name</td><td>Type</td></tr>
<tr><td><span id="capability-pageLoadingStrategy">pageLoadingStrategy</span></td><td>DOMString</td></tr>
</table>

<p>It is possible to request a particular strategy be used for detecting when the next command should be processed by a remote end implementation by modifying the page load strategy that is used. The following are the expected values that MAY be used when creating a new session:</p>
Expand Down Expand Up @@ -2341,6 +2337,7 @@ <h2>Capabilities</h2>
<ul>
<li><a href="#capability-browserName">browserName</a></li>
<li><a href="#capability-browserVersion">browserVersion</a></li>
<li><a href="#capability-pageLoadingStrategy">pageLoadingStrategy</a></li>
<li><a href="#capability-platformName">platformName</a></li>
<li><a href="#capability-platformVersion">platformVersion</a></li>
<li><a href="#capability-securessl">secureSsl</a></li>
Expand Down

0 comments on commit 9a8e3be

Please sign in to comment.