Extremely Popular
Go to Latest
interface puppeteer.Browser.GetVersionResponse
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { GetVersionResponse } = puppeteer.Browser;

Properties

protocolVersion: string

Protocol version.

product: string

Product name.

revision: string

Product revision.

userAgent: string

User-Agent.

jsVersion: string

V8 version.