MCPcopy
hub / github.com/microsoft/playwright / queryAll

Function queryAll

tests/library/browsertype-connect.spec.ts:465–467  ·  view source on GitHub ↗
(root: HTMLElement, selector: string)

Source from the content-addressed store, hash-verified

463 return root.querySelector(selector);
464 },
465 queryAll(root: HTMLElement, selector: string) {
466 return Array.from(root.querySelectorAll(selector));
467 }
468 });
469 // Register one engine before connecting.
470 await playwright.selectors.register(mycss1, mycss);

Callers

nothing calls this directly

Calls 2

querySelectorAllMethod · 0.65
fromMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…