--- sidebar_label: Page.$$ --- # Page.$$() method The method runs `document.querySelectorAll` within the page. If no elements match the selector, the return value resolves to `[]`. **Signature:** ```typescript class Page {$$(selector: Selector): Promise[]>;} ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | selector | Selector | A selector to query page for | **Returns:** Promise<[ElementHandle](./puppeteer.elementhandle.md)<HTMLElementTagNameMap\[Selector\]>\[\]> ## Remarks Shortcut for .