Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface Protocol.Emulation.SetUserAgentOverrideRequest
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { SetUserAgentOverrideRequest } = Protocol.Emulation;

Properties

userAgent: string

User agent to use.

optional
acceptLanguage: string

Browser langugage to emulate.

optional
platform: string

The platform navigator.platform should return.

optional
userAgentMetadata: UserAgentMetadata

To be sent in Sec-CH-UA-* headers and returned in navigator.userAgentData