mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
665 B
Markdown
14 lines
665 B
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) > [modelName](./puppeteer.protocol.systeminfo.getinforesponse.modelname.md)
|
||
|
|
||
|
## Protocol.SystemInfo.GetInfoResponse.modelName property
|
||
|
|
||
|
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.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
modelName: string;
|
||
|
```
|