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

Method accepter_alerte

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

Source from the content-addressed store, hash-verified

621 return self.process_deferred_asserts(*args, **kwargs)
622
623 def accepter_alerte(self, *args, **kwargs):
624 # accept_alert(timeout=None)
625 return self.accept_alert(*args, **kwargs)
626
627 def rejeter_alerte(self, *args, **kwargs):
628 # dismiss_alert(timeout=None)

Callers

nothing calls this directly

Calls 1

accept_alertMethod · 0.80

Tested by

no test coverage detected