puppeteer/new-docs/puppeteer.protocol.emulation.setuseragentoverriderequest.md
2020-07-13 14:01:35 +01:00

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