Skip to content

Commit b3dcd4c

Browse files
authored
Update timeouts.mdx
test new format w/ bullets
1 parent f348e39 commit b3dcd4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Each timer controls a specific part of the rendering lifecycle — from page loa
1515
| -------------------------------------- | --------------- | --------------- | --------------- |
1616
| `goToOptions.timeout` | Time to wait for the page to load before timeout. | 30 s | 60 s |
1717
| `goToOptions.waitUntil` | Time until page load considered complete: <br />`load` = full page load. <br />`Event.domcontentloaded` = the `DOMContentLoaded` event has fired. <br />`Event.networkidle0` = there are no active network connections for at least 500 ms. <br />`Event.networkidle2` = there are no more than two active network connections for at least 500 ms. |||
18+
| `goToOptions.waitUntil` | Time until page load considered complete:<br><ul><li>`load` – Full page load</li><li>`domcontentloaded``DOMContentLoaded` event fired</li><li>`networkidle0` – No active network connections for ≥ 500 ms</li><li>`networkidle2` – ≤ 2 active network connections for ≥ 500 ms</li></ul> |||
1819
| `waitForSelector` | Time to wait for a specific element (any CSS selector) to appear on the page. | null | 60 s |
1920
| `waitForTimeout` | Additional amount of time to wait after the page has loaded to proceed with actions. | null | 60 s |
2021
| `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)