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

Method save_trace

webarena/browser_env/envs.py:228–230  ·  view source on GitHub ↗
(self, trace_path: str | Path)

Source from the content-addressed store, hash-verified

226 return (observation, info)
227
228 def save_trace(self, trace_path: str | Path) -> None:
229 if self.save_trace_enabled:
230 self.context.tracing.stop(path=trace_path)
231
232 def close(self) -> None:
233 if self.reset_finished:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected