(self)
| 248 | return self._initializer["version"] |
| 249 | |
| 250 | async def new_browser_cdp_session(self) -> CDPSession: |
| 251 | return from_channel(await self._channel.send("newBrowserCDPSession", None)) |
| 252 | |
| 253 | async def bind( |
| 254 | self, |
nothing calls this directly
no test coverage detected