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

Method process

webarena/browser_env/processors.py:36–37  ·  view source on GitHub ↗
(self, page: Page, client: CDPSession)

Source from the content-addressed store, hash-verified

34
35class ObservationProcessor:
36 def process(self, page: Page, client: CDPSession) -> Observation:
37 raise NotImplementedError
38
39
40class ObservationMetadata(TypedDict):

Callers 1

get_observationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected