Home | History | Annotate | Download | only in ap_configurators

Lines Matching refs:alert

17     def _alert_handler(self, alert):
18 """Checks for any modal dialogs which popup to alert the user and
19 either raises a RuntimeError or ignores the alert.
21 @param alert: The modal dialog's contents.
23 text = alert.text
25 alert.accept()
29 alert.accept()
31 alert.accept()
33 alert.accept()
35 alert.accept()
37 super(Netgear2000APConfigurator, self)._alert_handler(alert)