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

Method get_page_client

webarena/browser_env/envs.py:173–174  ·  view source on GitHub ↗
(self, page: Page)

Source from the content-addressed store, hash-verified

171 self.page.client = client # type: ignore
172
173 def get_page_client(self, page: Page) -> CDPSession:
174 return page.client # type: ignore
175
176 def _get_obs(self) -> dict[str, Observation]:
177 obs = self.observation_handler.get_observation(

Calls

no outgoing calls