mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
355 B
355 B
sidebar_label |
---|
Page.$_1 |
Page.$() method
Signature:
class Page {$(selector: string): Promise<ElementHandle | null>;}
Parameters
Parameter | Type | Description |
---|---|---|
selector | string |
Returns:
Promise<ElementHandle | null>