WaitUntilHistory
type WaitUntilHistory = "commit" | "domContentLoaded" | "load" | "networkIdle";
The different stages of the browser's loading process
type WaitUntilHistory = "commit" | "domContentLoaded" | "load" | "networkIdle";
The different stages of the browser's loading process