Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 551 Bytes

puppeteer.elementhandle.boundingbox.md

File metadata and controls

20 lines (14 loc) · 551 Bytes

Home > puppeteer > ElementHandle > boundingBox

ElementHandle.boundingBox() method

Signature:

boundingBox(): Promise<{
        x: number;
        y: number;
        width: number;
        height: number;
    }>;

Returns:

Promise<{ x: number; y: number; width: number; height: number; }>