mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
8d026042db
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
19 lines
478 B
Markdown
19 lines
478 B
Markdown
---
|
|
sidebar_label: Device
|
|
---
|
|
|
|
# Device interface
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
export interface Device
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
| --------- | --------- | ----------------------------------- | ----------- | ------- |
|
|
| userAgent | | string | | |
|
|
| viewport | | [Viewport](./puppeteer.viewport.md) | | |
|