mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.3 KiB
1.3 KiB
Home > puppeteer > Protocol > Emulation > UserAgentMetadata
Protocol.Emulation.UserAgentMetadata interface
Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints
Signature:
export interface UserAgentMetadata
Properties
| Property | Type | Description |
|---|---|---|
| architecture | string | |
| brands | UserAgentBrandVersion[] | |
| fullVersion | string | |
| mobile | boolean | |
| model | string | |
| platform | string | |
| platformVersion | string |