Class GPUInfo
java.lang.Object
org.openqa.selenium.devtools.v145.systeminfo.model.GPUInfo
Provides information about the GPU(s) on the system.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn optional dictionary of additional GPU related attributes.The graphics devices on the system.An optional array of GPU driver bug workarounds.An optional dictionary of graphics features and their status.Supported accelerated video decoding capabilities.Supported accelerated video encoding capabilities.
-
Constructor Details
-
GPUInfo
-
-
Method Details
-
getDevices
The graphics devices on the system. Element 0 is the primary GPU. -
getAuxAttributes
An optional dictionary of additional GPU related attributes. -
getFeatureStatus
An optional dictionary of graphics features and their status. -
getDriverBugWorkarounds
An optional array of GPU driver bug workarounds. -
getVideoDecoding
Supported accelerated video decoding capabilities. -
getVideoEncoding
Supported accelerated video encoding capabilities.
-