waitForDialog should also be able to auto resolve the dialog. ```js await page.evaluate(() => setTimeout(() => prompt('foo'), 500)); await page.waitForDialog({ respond: 'bar' }); ```