Class SystemInfo.GetInfoResponse
java.lang.Object
org.openqa.selenium.devtools.v140.systeminfo.SystemInfo.GetInfoResponse
- Enclosing class:
 SystemInfo
- 
Constructor Summary
ConstructorsConstructorDescriptionGetInfoResponse(GPUInfo gpu, String modelName, String modelVersion, String commandLine)  - 
Method Summary
Modifier and TypeMethodDescriptionThe command line string used to launch the browser.getGpu()Information about the GPUs on the system.A platform-dependent description of the model of the machine.A platform-dependent description of the version of the machine. 
- 
Constructor Details
- 
GetInfoResponse
 
 - 
 - 
Method Details
- 
getGpu
Information about the GPUs on the system. - 
getModelName
A platform-dependent description of the model of the machine. On Mac OS, this is, for example, 'MacBookPro'. Will be the empty string if not supported. - 
getModelVersion
A platform-dependent description of the version of the machine. On Mac OS, this is, for example, '10.1'. Will be the empty string if not supported. - 
getCommandLine
The command line string used to launch the browser. Will be the empty string if not supported. 
 -