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
|`goToOptions.timeout`|How long to wait for the page to load. | 30 s | 60 s |
16
+
|`goToOptions.timeout`|Time to wait for the page to load before timeout. | 30 s | 60 s |
17
17
|`goToOptions.waitUntil`| Waits for an event to fire. load (default) — waits for the full load event.domcontentloaded — waits for the DOMContentLoaded event.networkidle0 — waits until there are no more than 0 network connections for at least 500 ms.networkidle2 — waits until there are no more than 2 network connections for at least 500 ms. | Load is the default | — |
18
18
|`waitForSelector`| Waits for a specific element to appear on the page. Can be any CSS selector. | null | 60 s |
19
19
|`waitForTimeout`| After the page has loaded, waits an additional fixed time before proceeding. | null | 60 s |
0 commit comments