WaitUntilGoto
type WaitUntilGoto =
| "commit"
| "load"
| "domContentLoaded"
| "firstMeaningfulPaint"
| "firstContentfulPaint"
| "interactiveTime"
| "networkIdle";
Options for when to consider the page has loaded and proceed with further execution