Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 488 Bytes

puppeteer.elementhandle.boxmodel.md

File metadata and controls

17 lines (10 loc) · 488 Bytes

Home > puppeteer > ElementHandle > boxModel

ElementHandle.boxModel() method

Signature:

boxModel(): Promise<BoxModel | null>;

Returns:

Promise<BoxModel | null>

{!Promise<?BoxModel>}