Skip to content

Commit f381cb7

Browse files
shs96cAutomatedTester
authored andcommitted
Specify how to deserialize as a page load strategy
1 parent 0f83efd commit f381cb7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

webdriver-spec.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2892,6 +2892,23 @@ <h2>Navigation</h2>
28922892
</tr>
28932893
</table>
28942894

2895+
<p>When asked to <dfn>deserialize as a page load strategy</dfn> with
2896+
argument <var>value</var>:
2897+
2898+
<ol>
2899+
<li><p>If <var>value</var> is <code>null</code>, let <var>value</var>
2900+
be set to "<code>normal</code>".
2901+
2902+
<li><p>If <var>value</var> is not a <a>string</a> return
2903+
an <a>error</a> with <a>error code</a> <a>invalid argument</a>.
2904+
2905+
<li><p>If there is no entry in the <a>table of page load
2906+
strategies</a> with <code>keyword</code> <var>value</var> return
2907+
an <a>error</a> with <a>error code</a> <a>invalid argument</a>.
2908+
2909+
<li><p>Return <a>success</a> with data <var>value</var>.
2910+
</ol>
2911+
28952912
<p>When asked to <dfn data-lt="waiting for the navigation to complete">wait for navigation to complete</dfn>,
28962913
run the following steps:
28972914

0 commit comments

Comments
 (0)