puppeteer/new-docs/puppeteer.protocol.systeminfo.size.md
2020-07-13 14:01:35 +01:00

784 B

Home > puppeteer > Protocol > SystemInfo > Size

Protocol.SystemInfo.Size interface

Describes the width and height dimensions of an entity.

Signature:

export interface Size 

Properties

Property Type Description
height integer Height in pixels.
width integer Width in pixels.