mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
27 lines
1.3 KiB
Markdown
27 lines
1.3 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [UserAgentMetadata](./puppeteer.protocol.emulation.useragentmetadata.md)
|
|
|
|
## Protocol.Emulation.UserAgentMetadata interface
|
|
|
|
Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface UserAgentMetadata
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [architecture](./puppeteer.protocol.emulation.useragentmetadata.architecture.md) | string | |
|
|
| [brands](./puppeteer.protocol.emulation.useragentmetadata.brands.md) | [UserAgentBrandVersion](./puppeteer.protocol.emulation.useragentbrandversion.md)<!-- -->\[\] | |
|
|
| [fullVersion](./puppeteer.protocol.emulation.useragentmetadata.fullversion.md) | string | |
|
|
| [mobile](./puppeteer.protocol.emulation.useragentmetadata.mobile.md) | boolean | |
|
|
| [model](./puppeteer.protocol.emulation.useragentmetadata.model.md) | string | |
|
|
| [platform](./puppeteer.protocol.emulation.useragentmetadata.platform.md) | string | |
|
|
| [platformVersion](./puppeteer.protocol.emulation.useragentmetadata.platformversion.md) | string | |
|
|
|