[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [SystemInfo](./puppeteer.protocol.systeminfo.md) > [GPUDevice](./puppeteer.protocol.systeminfo.gpudevice.md) > [vendorId](./puppeteer.protocol.systeminfo.gpudevice.vendorid.md) ## Protocol.SystemInfo.GPUDevice.vendorId property PCI ID of the GPU vendor, if available; 0 otherwise. Signature: ```typescript vendorId: number; ```