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

close

Close the page. Upstream docs
options
{ runBeforeUnload?: boolean }
await page.close();

bringToFront

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