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

Class DetachedPage

webarena/browser_env/utils.py:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10@dataclass
11class DetachedPage:
12 url: str
13 content: str # html
14
15
16def png_bytes_to_numpy(png: bytes) -> npt.NDArray[np.uint8]:

Callers 4

resetMethod · 0.85
stepMethod · 0.85
aresetMethod · 0.85
astepMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected