chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.systeminfo / GetInfoResponse

GetInfoResponse

data class GetInfoResponse

Response type for the SystemInfoDomain.getInfo command.

Constructors

<init>

Response type for the SystemInfoDomain.getInfo command.

GetInfoResponse(gpu: GPUInfo, modelName: String, modelVersion: String, commandLine: String)

Properties

commandLine

The command line string used to launch the browser. Will be the empty string if not supported.

val commandLine: String

gpu

Information about the GPUs on the system.

val gpu: GPUInfo

modelName

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.

val modelName: String

modelVersion

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.

val modelVersion: String