mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
8a099a0c2c
The former is not understood by TSDoc.
2.7 KiB
2.7 KiB
Home > puppeteer > ElementHandle
ElementHandle class
Signature:
export declare class ElementHandle extends JSHandle
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(context, client, remoteObject, page, frameManager) | Constructs a new instance of the ElementHandle class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
_frameManager | FrameManager | ||
_page | Page |