Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Emulation.UserAgentMetadata

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Emulation.UserAgentMetadata
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { UserAgentMetadata } = Protocol.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
optional
bitness: string
optional
wow64: boolean