Skip to content

Commit d796847

Browse files
kathaylToriLindsay
andauthored
Update src/content/docs/browser-rendering/reference/timeouts.mdx
Co-authored-by: ToriLindsay <[email protected]>
1 parent ebc24be commit d796847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/reference/timeouts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Each timer controls a specific part of the rendering lifecycle — from page loa
1414
| Timer | Scope |Default |Max |
1515
| -------------------------------------- | --------------- | --------------- | --------------- |
1616
| `goToOptions.timeout` | Time to wait for the page to load before timeout. | 30 s | 60 s |
17-
| `goToOptions.waitUntil` | Waits for an event to fire. load (default) — waits for the full load event.domcontentloaded — waits for the DOMContentLoaded event.networkidle0 — waits until there are no more than 0 network connections for at least 500 ms.networkidle2 — waits until there are no more than 2 network connections for at least 500 ms. | Load is the default ||
17+
| `goToOptions.waitUntil` | Time to consider page load complete: <br/>*`load`—Full load<br/>*`Event.domcontentloaded``DOMContentLoaded` loads<br/>*`Event.networkidle0`—No active network connections for at least 500 ms<br/>*`networkidle2`—No more than 2 network connections for at least 500 ms ||
1818
| `waitForSelector` | Time to wait for a specific element (any CSS selector) to appear on the page. | null | 60 s |
1919
| `waitForTimeout` | Additional amount of time to wait after the page has loaded to proceed with actions. | null | 60 s |
2020
| `actionTimeout` | Time to wait for the action itself (for example: a screenshot, PDF, or scrape) to complete after the page has loaded. | null | 5 min |

0 commit comments

Comments
 (0)