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

Method query_selector_all

playwright/_impl/_page.py:417–418  ·  view source on GitHub ↗
(self, selector: str)

Source from the content-addressed store, hash-verified

415 return await self._main_frame.query_selector(selector, strict)
416
417 async def query_selector_all(self, selector: str) -> List[ElementHandle]:
418 return await self._main_frame.query_selector_all(selector)
419
420 async def wait_for_selector(
421 self,

Callers 2

element_handlesMethod · 0.45
test_should_workFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_should_workFunction · 0.36