mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
618 B
Markdown
22 lines
618 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Device](./puppeteer.device.md)
|
|
|
|
## Device interface
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface Device
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [name](./puppeteer.device.name.md) | string | |
|
|
| [userAgent](./puppeteer.device.useragent.md) | string | |
|
|
| [viewport](./puppeteer.device.viewport.md) | { width: number; height: number; deviceScaleFactor: number; isMobile: boolean; hasTouch: boolean; isLandscape: boolean; } | |
|
|
|