MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / kill

Method kill

src/environment/browser/service.py:1226–1227  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1224 await self._session.stop()
1225
1226 async def kill(self) -> None:
1227 await self._session.kill()
1228
1229 async def close(self) -> None:
1230 await self.stop()

Callers 11

__call__Method · 0.45
cleanupMethod · 0.45
cleanupMethod · 0.45
VrFunction · 0.45
jnFunction · 0.45
WfFunction · 0.45
NpFunction · 0.45
test_screenshotFunction · 0.45
test_browser_startupFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_screenshotFunction · 0.36
test_browser_startupFunction · 0.36