puppeteer/new-docs/puppeteer.protocol.systeminfo.getinforesponse.md

22 lines
1.3 KiB
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [SystemInfo](./puppeteer.protocol.systeminfo.md) &gt; [GetInfoResponse](./puppeteer.protocol.systeminfo.getinforesponse.md)
## Protocol.SystemInfo.GetInfoResponse interface
<b>Signature:</b>
```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. |