[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [SystemInfo](./puppeteer.protocol.systeminfo.md) > [GetInfoResponse](./puppeteer.protocol.systeminfo.getinforesponse.md) ## Protocol.SystemInfo.GetInfoResponse interface Signature: ```typescript export interface GetInfoResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [commandLine](./puppeteer.protocol.systeminfo.getinforesponse.commandline.md) | string | The command line string used to launch the browser. Will be the empty string if not supported. | | [gpu](./puppeteer.protocol.systeminfo.getinforesponse.gpu.md) | [GPUInfo](./puppeteer.protocol.systeminfo.gpuinfo.md) | Information about the GPUs on the system. | | [modelName](./puppeteer.protocol.systeminfo.getinforesponse.modelname.md) | 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](./puppeteer.protocol.systeminfo.getinforesponse.modelversion.md) | 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. |