puppeteer/new-docs/puppeteer.protocol.systeminfo.gpuinfo.devices.md

14 lines
544 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; [GPUInfo](./puppeteer.protocol.systeminfo.gpuinfo.md) &gt; [devices](./puppeteer.protocol.systeminfo.gpuinfo.devices.md)
## Protocol.SystemInfo.GPUInfo.devices property
The graphics devices on the system. Element 0 is the primary GPU.
<b>Signature:</b>
```typescript
devices: GPUDevice[];
```