MCPcopy 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":

Calls 1

query_selector_allMethod · 0.45