alert property
Switches to the currently active modal dialog for this particular driver instance.
Throws NoSuchAlertException if there is not currently an alert.
Implementation
Alert get alert => Alert(_client, _handler);
Switches to the currently active modal dialog for this particular driver instance.
Throws NoSuchAlertException if there is not currently an alert.
Alert get alert => Alert(_client, _handler);