[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 Signature: ```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 | |