mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
19 lines
577 B
Markdown
19 lines
577 B
Markdown
|
---
|
||
|
sidebar_label: Device
|
||
|
---
|
||
|
|
||
|
# Device interface
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export interface Device
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Modifiers | Type | Description |
|
||
|
| -------------------------------------------- | --------- | ----------------------------------- | ----------- |
|
||
|
| [userAgent](./puppeteer.device.useragent.md) | | string | |
|
||
|
| [viewport](./puppeteer.device.viewport.md) | | [Viewport](./puppeteer.viewport.md) | |
|