For AI agents: a documentation index is available at /llms.txt
Skip to main content

WaitUntilGoto

type WaitUntilGoto =
| "commit"
| "load"
| "domContentLoaded"
| "firstMeaningfulPaint"
| "firstContentfulPaint"
| "interactiveTime"
| "networkIdle";

Options for when to consider the page has loaded and proceed with further execution