MCPcopy Create free account
hub / github.com/Hello-SimpleAI/chatgpt-comparison-detection / close_driver

Function close_driver

HC3/selenium_crawler.py:174–176  ·  view source on GitHub ↗
(_signal, frame)

Source from the content-addressed store, hash-verified

172
173
174def close_driver(_signal, frame):
175 if driver is not None:
176 driver.quit()
177
178
179def login(max_trial: int = 5) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected