MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / rejeter_alerte

Method rejeter_alerte

seleniumbase/translate/french.py:627–629  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

625 return self.accept_alert(*args, **kwargs)
626
627 def rejeter_alerte(self, *args, **kwargs):
628 # dismiss_alert(timeout=None)
629 return self.dismiss_alert(*args, **kwargs)
630
631 def passer_à_alerte(self, *args, **kwargs):
632 # switch_to_alert(timeout=None)

Callers

nothing calls this directly

Calls 1

dismiss_alertMethod · 0.80

Tested by

no test coverage detected