Class GPUInfo
java.lang.Object
org.openqa.selenium.devtools.v150.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
-
getAuxAttributes
-
getFeatureStatus
-
getDriverBugWorkarounds
-
getVideoDecoding
Supported accelerated video decoding capabilities. -
getVideoEncoding
Supported accelerated video encoding capabilities.
-