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

14 lines
665 B
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) &gt; [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;
```