Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
class
ObservationProcessor:
36
def
process(self, page: Page, client: CDPSession) -> Observation:
37
raise
NotImplementedError
38
39
40
class
ObservationMetadata(TypedDict):
Callers
1
get_observation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected