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

Method __del__

seleniumbase/undetected/__init__.py:659–667  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

657 self.patcher = None
658
659 def __del__(self):
660 with suppress(Exception):
661 if "win32" in sys.platform:
662 self.stop_client()
663 self.command_executor.close()
664 else:
665 super().quit()
666 with suppress(Exception):
667 self.quit()
668
669 def __enter__(self):
670 return self

Callers

nothing calls this directly

Calls 2

quitMethod · 0.95
closeMethod · 0.80

Tested by

no test coverage detected