Uses of Class
org.openqa.selenium.devtools.systeminfo.model.GPUDevice
-
Packages that use GPUDevice Package Description org.openqa.selenium.devtools.systeminfo.model -
-
Uses of GPUDevice in org.openqa.selenium.devtools.systeminfo.model
Methods in org.openqa.selenium.devtools.systeminfo.model that return types with arguments of type GPUDevice Modifier and Type Method Description java.util.List<GPUDevice>
GPUInfo. getDevices()
The graphics devices on the system.Constructor parameters in org.openqa.selenium.devtools.systeminfo.model with type arguments of type GPUDevice Constructor Description GPUInfo(java.util.List<GPUDevice> devices, java.util.Map<java.lang.String,java.lang.Object> auxAttributes, java.util.Map<java.lang.String,java.lang.Object> featureStatus, java.util.List<java.lang.String> driverBugWorkarounds, java.util.List<VideoDecodeAcceleratorCapability> videoDecoding, java.util.List<VideoEncodeAcceleratorCapability> videoEncoding, java.util.List<ImageDecodeAcceleratorCapability> imageDecoding)
-