mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
1.2 KiB
Home > puppeteer > Protocol > Emulation > SetUserAgentOverrideRequest
Protocol.Emulation.SetUserAgentOverrideRequest interface
Signature:
export interface SetUserAgentOverrideRequest
Properties
Property | Type | Description |
---|---|---|
acceptLanguage | string | Browser langugage to emulate. |
platform | string | The platform navigator.platform should return. |
userAgent | string | User agent to use. |
userAgentMetadata | UserAgentMetadata | To be sent in Sec-CH-UA-* headers and returned in navigator.userAgentData |