MCPcopy Create free account
hub / github.com/decodecaptcha/Browser-Env / close

Method close

examples/example_SF.py:34–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 self.child_pid = children[0].pid
33
34 def close(self):
35 subprocess.check_output(f"Taskkill /PID {self.child_pid} /F")
36
37
38class HttpbinEnv(WireBrowserEnv):

Callers 3

__del__Method · 0.45
wait_for_pageMethod · 0.45
example_SF.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected