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

Class BrowserConfig

webarena/browser_env/utils.py:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55
56class BrowserConfig(TypedDict):
57 win_top_bound: float
58 win_left_bound: float
59 win_width: float
60 win_height: float
61 win_right_bound: float
62 win_lower_bound: float
63 device_pixel_ratio: float
64
65
66class BrowserInfo(TypedDict):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected