MCPcopy Index your code
hub / github.com/microsoft/playwright-python / new_browser_cdp_session

Method new_browser_cdp_session

playwright/_impl/_browser.py:250–251  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls 2

from_channelFunction · 0.90
sendMethod · 0.45

Tested by

no test coverage detected