--- sidebar_label: Page.$_1 --- # Page.$() method **Signature:** ```typescript class Page {$(selector: string): Promise;} ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | selector | string | | **Returns:** Promise<[ElementHandle](./puppeteer.elementhandle.md) \| null>