@@ -1834,7 +1834,7 @@ <h2>Capabilities</h2>
1834
1834
</ tr >
1835
1835
1836
1836
< tr >
1837
- < td > < dfn > Session timeouts configuration</ dfn >
1837
+ < td > < a > Session timeouts configuration</ a >
1838
1838
< td > "< code > timeouts</ code > "
1839
1839
< td > JSON < a > Object</ a >
1840
1840
< td > Describes the < a > timeouts</ a > imposed on certain session operations.
@@ -2046,43 +2046,6 @@ <h3>Proxy</h3>
2046
2046
2047
2047
</ section > <!-- /Proxy -->
2048
2048
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
-
2086
2049
< section >
2087
2050
< h3 > Processing Capabilities</ h3 >
2088
2051
@@ -2880,6 +2843,11 @@ <h3>Set Timeouts</h3>
2880
2843
</ tr >
2881
2844
</ table >
2882
2845
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
+
2883
2851
< p > The steps to < dfn > deserialize as a timeout</ dfn > with
2884
2852
argument < var > parameters</ var > are:
2885
2853
0 commit comments