mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
461 B
461 B
Home > puppeteer > WrapElementHandle
WrapElementHandle type
Wraps a DOM element into an ElementHandle instance
Signature:
export declare type WrapElementHandle<X> = X extends Element ? ElementHandle<X> : X;
References: ElementHandle