Skip to content

Commit b32a137

Browse files
committed
Fixed table
1 parent b6d8cdc commit b32a137

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
@@ -12,7 +12,7 @@ If any of these timers exceed their limit, the request returns a timeout error.
1212
Each timer controls a specific part of the rendering lifecycle — from page load, to selector load, to action.
1313

1414
| Timer | Scope |Default |Max |
15-
| -------------------------------------- | --------------- || --------------- || --------------- |
15+
| -------------------------------------- | --------------- | --------------- | --------------- |
1616
| `goToOptions.timeout` | How long to wait for the page to load. | 30 s | 60 s |
1717
| `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 ||
1818
| `waitForSelector` | Waits for a specific element to appear on the page. Can be any CSS selector. | null | 60 s |

0 commit comments

Comments
 (0)