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

Method count

playwright/_impl/_locator.py:423–426  ·  view source on GitHub ↗
(
        self,
    )

Source from the content-addressed store, hash-verified

421 return result
422
423 async def count(
424 self,
425 ) -> int:
426 return await self._frame._query_count(self._selector)
427
428 async def drag_to(
429 self,

Calls 1

_query_countMethod · 0.80