You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/browser-rendering/reference/timeouts.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,6 @@ Each timer controls a specific part of the rendering lifecycle — from page loa
23
23
## Notes and recommendations
24
24
You can set multiple timers — as long as one is complete, the request will fire.
25
25
26
-
If you’re not getting the expected output:
26
+
If you are not getting the expected output:
27
27
— Try increasing `goToOptions.timeout` (up to 60 s).
28
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