Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.SystemInfo.GetInfoResponse

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.SystemInfo.GetInfoResponse
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { GetInfoResponse } = Protocol.SystemInfo;

Properties

gpu: GPUInfo

Information about the GPUs on the system.

modelName: string

A platform-dependent description of the model of the machine. On Mac OS, this is, for example, 'MacBookPro'. Will be the empty string if not supported.

modelVersion: string

A platform-dependent description of the version of the machine. On Mac OS, this is, for example, '10.1'. Will be the empty string if not supported.

commandLine: string

The command line string used to launch the browser. Will be the empty string if not supported.