Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
class
HttpbinEnv(WireBrowserEnv):
Callers
3
__del__
Method · 0.45
wait_for_page
Method · 0.45
example_SF.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected