Reloads the current page in the given browser tab. Waits until domcontentloaded by default
Context object.
Optional
Optional Puppeteer options for waiting.
// Reloads the page and waits until the DOM content is loaded.await reloadPage(ctx); Copy
// Reloads the page and waits until the DOM content is loaded.await reloadPage(ctx);
Generated using TypeDoc
Reloads the current page in the given browser tab. Waits until domcontentloaded by default