Skip to content

Commit ebc24be

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

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
@@ -25,4 +25,4 @@ You can set multiple timers — as long as one is complete, the request will fir
2525

2626
If you are not getting the expected output:
2727
- Try increasing `goToOptions.timeout` (up to 60 s).
28-
If waiting for a specific element, use `waitForSelector`. Otherwise, use `goToOptions.waitUntil` set to `networkidle2` to ensure the page has finished loading dynamic content.
28+
- If waiting for a specific element, use `waitForSelector`. Otherwise, use `goToOptions.waitUntil` set to `networkidle2` to ensure the page has finished loading dynamic content.

0 commit comments

Comments
 (0)