ace31d6f58
Without the API-* dependencies pinned different versions may be installed on local machines vs CI. One of the checks we do is to check that the checked in docs matches what is generated on CI. Therefore we need to ensure devs locally run the exact version that CI runs such that they generate the same output. So in this case we pin to a particular version of the dependencies.
2.7 KiB
2.7 KiB
Home > puppeteer > ElementHandle
ElementHandle class
Signature:
export declare class ElementHandle extends JSHandle
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 |