Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ element_handles
Method
element_handles
playwright/_impl/_locator.py:328–329 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
326
return
handle
327
328
async
def
element_handles(self) -> List[ElementHandle]:
329
return
await self._frame.query_selector_all(self._selector)
330
331
@property
332
def
first(self) ->
"Locator"
:
Callers
4
test_locators_should_query_existing_elements
Function · 0.45
test_locators_return_empty_array_for_non_existing_elements
Function · 0.45
test_locators_should_query_existing_elements
Function · 0.45
test_locators_return_empty_array_for_non_existing_elements
Function · 0.45
Calls
1
query_selector_all
Method · 0.45
Tested by
4
test_locators_should_query_existing_elements
Function · 0.36
test_locators_return_empty_array_for_non_existing_elements
Function · 0.36
test_locators_should_query_existing_elements
Function · 0.36
test_locators_return_empty_array_for_non_existing_elements
Function · 0.36