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

Method _query_count

playwright/_impl/_frame.py:138–139  ·  view source on GitHub ↗
(self, selector: str)

Source from the content-addressed store, hash-verified

136 self._page.context.emit("framenavigated", self)
137
138 async def _query_count(self, selector: str) -> int:
139 return await self._channel.send("queryCount", None, {"selector": selector})
140
141 @property
142 def page(self) -> "Page":

Callers 1

countMethod · 0.80

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected