mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
1.3 KiB
Markdown
22 lines
1.3 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[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
|
||
|
|
||
|
<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. |
|
||
|
|