Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.09 KB

puppeteer.device.md

File metadata and controls

19 lines (14 loc) · 1.09 KB
sidebar_label
Device

Device interface

Signature:

export interface Device

Properties

Property Modifiers Type Description
name string
userAgent string
viewport { width: number; height: number; deviceScaleFactor: number; isMobile: boolean; hasTouch: boolean; isLandscape: boolean; }