(self, page: Page)
| 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( |
no outgoing calls