Native browser dialogs. In Playwright, use page.on('dialog', dialog => dialog.accept())
page.on('dialog', dialog => dialog.accept())