Skip to content

Commit d7b572e

Browse files
shs96cAutomatedTester
authored andcommitted
Locate all timeout configuration in one place.
Rather than spreading the ideas in multiple places, gather all information about timeouts and their configurations in one place.
1 parent 41a03ad commit d7b572e

File tree

1 file changed

+6
-38
lines changed

1 file changed

+6
-38
lines changed

webdriver-spec.html

Lines changed: 6 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@ <h2>Capabilities</h2>
18341834
</tr>
18351835

18361836
<tr>
1837-
<td><dfn>Session timeouts configuration</dfn>
1837+
<td><a>Session timeouts configuration</a>
18381838
<td>"<code>timeouts</code>"
18391839
<td>JSON <a>Object</a>
18401840
<td>Describes the <a>timeouts</a> imposed on certain session operations.
@@ -2046,43 +2046,6 @@ <h3>Proxy</h3>
20462046

20472047
</section> <!-- /Proxy -->
20482048

2049-
<section>
2050-
<h3>Timeouts</h3>
2051-
2052-
<p>The <a>session timeouts configuration</a> capability
2053-
is a JSON <a>Object</a> nested within the <a>capabilities</a> object
2054-
received when <a>creating a new session</a>.
2055-
It consists of the properties listed in the table below.
2056-
These values may be changed after creating a <a>new session</a>
2057-
using the <a>Set Timeouts</a> command.
2058-
2059-
<table class=simple>
2060-
<tr>
2061-
<th>Key
2062-
<th>Value Type
2063-
<th>Description
2064-
</tr>
2065-
2066-
<tr>
2067-
<td>"<code>implicit</code>"
2068-
<td>number
2069-
<td>Specifies the <a>session implicit wait timeout</a>.
2070-
</tr>
2071-
2072-
<tr>
2073-
<td>"<code>pageLoad</code>"
2074-
<td>number
2075-
<td>Specifies the <a>session page load timeout</a>.
2076-
</tr>
2077-
2078-
<tr>
2079-
<td>"<code>script</code>"
2080-
<td>number
2081-
<td>Specifies the <a>session script timeout</a>.
2082-
</tr>
2083-
</table>
2084-
</section><!-- /Timeouts -->
2085-
20862049
<section>
20872050
<h3>Processing Capabilities</h3>
20882051

@@ -2880,6 +2843,11 @@ <h3>Set Timeouts</h3>
28802843
</tr>
28812844
</table>
28822845

2846+
<p>A <dfn>session timeouts configuration</dfn> is a
2847+
JSON <a>Object</a>. It consists of the properties named after the
2848+
keys in the <a>table of session timeouts</a> and may include
2849+
implementation-specific timeouts.
2850+
28832851
<p>The steps to <dfn>deserialize as a timeout</dfn> with
28842852
argument <var>parameters</var> are:
28852853

0 commit comments

Comments
 (0)