[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [SystemInfo](./puppeteer.protocol.systeminfo.md) > [GetProcessInfoResponse](./puppeteer.protocol.systeminfo.getprocessinforesponse.md) > [processInfo](./puppeteer.protocol.systeminfo.getprocessinforesponse.processinfo.md) ## Protocol.SystemInfo.GetProcessInfoResponse.processInfo property An array of process info blocks. Signature: ```typescript processInfo: ProcessInfo[]; ```