Home > puppeteer > Device
Device interface
Signature:
export interface Device
Properties
Property |
Type |
Description |
name |
string |
|
userAgent |
string |
|
viewport |
{ width: number; height: number; deviceScaleFactor: number; isMobile: boolean; hasTouch: boolean; isLandscape: boolean; } |
|