puppeteer/new-docs/puppeteer.protocol.systeminfo.getinforesponse.md
2020-07-13 14:01:35 +01:00

1.3 KiB

Home > puppeteer > Protocol > SystemInfo > GetInfoResponse

Protocol.SystemInfo.GetInfoResponse interface

Signature:

export interface GetInfoResponse 

Properties

Property Type Description
commandLine string The command line string used to launch the browser. Will be the empty string if not supported.
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.