Goes back to the previous page in the browser tab. Waits until domcontentloaded by default
Context object.
Optional
Optional Puppeteer options for waiting.
// Goes back and waits until the network is idle.await goBack(ctx, { waitUntil: 'networkidle0' }); Copy
// Goes back and waits until the network is idle.await goBack(ctx, { waitUntil: 'networkidle0' });
Generated using TypeDoc
Goes back to the previous page in the browser tab. Waits until domcontentloaded by default