puppeteer/new-docs/puppeteer.protocol.systeminfo.gpuinfo.md
2020-07-13 14:01:35 +01:00

1.9 KiB

Home > puppeteer > Protocol > SystemInfo > GPUInfo

Protocol.SystemInfo.GPUInfo interface

Provides information about the GPU(s) on the system.

Signature:

export interface GPUInfo 

Properties

Property Type Description
auxAttributes any An optional dictionary of additional GPU related attributes.
devices GPUDevice[] The graphics devices on the system. Element 0 is the primary GPU.
driverBugWorkarounds string[] An optional array of GPU driver bug workarounds.
featureStatus any An optional dictionary of graphics features and their status.
imageDecoding ImageDecodeAcceleratorCapability[] Supported accelerated image decoding capabilities.
videoDecoding VideoDecodeAcceleratorCapability[] Supported accelerated video decoding capabilities.
videoEncoding VideoEncodeAcceleratorCapability[] Supported accelerated video encoding capabilities.