xvrh / puppeteer-dart

A Dart library to automate the Chrome browser over the DevTools Protocol. This is a port of the Puppeteer API
BSD 3-Clause "New" or "Revised" License
236 stars 59 forks source link

dialog won't disappear #222

Closed rs5173 closed 1 year ago

rs5173 commented 1 year ago
page.onDialog.listen((dialog) async {
      dialog.dismiss();
});

After calling the dismiss method, the dialog box will not disappear