@@ -2672,9 +2672,9 @@ <h3>New Session</h3>
2672
2672
to the value of property "< code > implicit</ code > ".
2673
2673
Otherwise, set the < a > session implicit wait timeout</ a > to 0 (zero) milliseconds.
2674
2674
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 > ",
2676
2676
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 > ".
2678
2678
Otherwise, set the < a > session page load timeout</ a > to 300,000 milliseconds.
2679
2679
2680
2680
< li > < p > If < var > timeouts</ var > has a numeric property with key "< code > script</ code > ",
@@ -2800,7 +2800,7 @@ <h3>Get Timeouts</h3>
2800
2800
< dt > "< code > script</ code > "
2801
2801
< dd > < a > session script timeout</ a >
2802
2802
2803
- < dt > "< code > page load </ code > "
2803
+ < dt > "< code > pageLoad </ code > "
2804
2804
< dd > < a > session page load timeout</ a >
2805
2805
2806
2806
< dt > "< code > implicit</ code > "
@@ -2850,7 +2850,7 @@ <h3>Set Timeouts</h3>
2850
2850
</ tr >
2851
2851
2852
2852
< tr >
2853
- < td > "< code > page load </ code > "
2853
+ < td > "< code > pageLoad </ code > "
2854
2854
< td > < a > session page load timeout</ a >
2855
2855
< td > Provides the timeout limit used to interrupt
2856
2856
< a data-lt =navigate > navigation</ a > of the < a > browsing context</ a > .
0 commit comments