[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. Signature: ```typescript modelName: string; ```