Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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,
Callers
7
all
Method · 0.95
test_locators_should_respect_first_and_last
Function · 0.45
test_locators_should_respect_nth
Function · 0.45
test_locator_count_should_work_with_deleted_map_in_main_world
Function · 0.45
test_locators_should_respect_first_and_last
Function · 0.45
test_locators_should_respect_nth
Function · 0.45
test_locator_count_should_work_with_deleted_map_in_main_world
Function · 0.45
Calls
1
_query_count
Method · 0.80
Tested by
6
test_locators_should_respect_first_and_last
Function · 0.36
test_locators_should_respect_nth
Function · 0.36
test_locator_count_should_work_with_deleted_map_in_main_world
Function · 0.36
test_locators_should_respect_first_and_last
Function · 0.36
test_locators_should_respect_nth
Function · 0.36
test_locator_count_should_work_with_deleted_map_in_main_world
Function · 0.36