Skip to main content
Go to Latest
interface default.Emulation.UserAgentMetadata
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { UserAgentMetadata } = default.Emulation;

Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints Missing optional values will be filled in by the target with what it would normally use.

Properties

optional
brands: UserAgentBrandVersion[]
optional
fullVersionList: UserAgentBrandVersion[]
optional
fullVersion: string
platform: string
platformVersion: string
architecture: string
model: string
mobile: boolean