MCPcopy Create free account
hub / github.com/THUDM/AutoWebGLM / close

Method close

webarena/browser_env/envs.py:232–234  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

230 self.context.tracing.stop(path=trace_path)
231
232 def close(self) -> None:
233 if self.reset_finished:
234 self.context_manager.__exit__()
235
236 def step(
237 self, action: Action

Callers 11

testFunction · 0.95
script_browser_envFunction · 0.95
test_auth_cookieFunction · 0.95
testMethod · 0.45
execute_actionFunction · 0.45
aexecute_actionFunction · 0.45
test_multiple_start_urlFunction · 0.45

Calls

no outgoing calls