Skip to content

Commit 0b7e938

Browse files
titusfortnershs96c
authored andcommitted
use key of 'pageLoad' instead of 'page load'
1 parent f4f20e5 commit 0b7e938

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

webdriver-spec.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2672,9 +2672,9 @@ <h3>New Session</h3>
26722672
to the value of property "<code>implicit</code>".
26732673
Otherwise, set the <a>session implicit wait timeout</a> to 0 (zero) milliseconds.
26742674

2675-
<li><p>If <var>timeouts</var> has a numeric property with key "<code>page load</code>",
2675+
<li><p>If <var>timeouts</var> has a numeric property with key "<code>pageLoad</code>",
26762676
set the <a>current session</a>’s <a>session page load timeout</a>
2677-
to the value of property "<code>page load</code>".
2677+
to the value of property "<code>pageLoad</code>".
26782678
Otherwise, set the <a>session page load timeout</a> to 300,000 milliseconds.
26792679

26802680
<li><p>If <var>timeouts</var> has a numeric property with key "<code>script</code>",
@@ -2800,7 +2800,7 @@ <h3>Get Timeouts</h3>
28002800
<dt>"<code>script</code>"
28012801
<dd><a>session script timeout</a>
28022802

2803-
<dt>"<code>page load</code>"
2803+
<dt>"<code>pageLoad</code>"
28042804
<dd><a>session page load timeout</a>
28052805

28062806
<dt>"<code>implicit</code>"
@@ -2850,7 +2850,7 @@ <h3>Set Timeouts</h3>
28502850
</tr>
28512851

28522852
<tr>
2853-
<td>"<code>page load</code>"
2853+
<td>"<code>pageLoad</code>"
28542854
<td><a>session page load timeout</a>
28552855
<td>Provides the timeout limit used to interrupt
28562856
<a data-lt=navigate>navigation</a> of the <a>browsing context</a>.

0 commit comments

Comments
 (0)