Handle an alert for the given page. @param page the page on which the alert occurred @param message the message in the alert
(Page page, String message)
| 32 | * @param message the message in the alert |
| 33 | */ |
| 34 | void handleAlert(Page page, String message); |
| 35 | } |
no outgoing calls
no test coverage detected