Skip to main content
Page lifecycle methods for the Puppeteer driver.

bringToFront

Bring page to front. Upstream docs
await page.bringToFront();

close

Close the page. Upstream docs
await page.close();