pl.wendigo.chrome.api.systeminfo / GetInfoResponse

GetInfoResponse

data class GetInfoResponse (source)

Represents response frame that is returned from SystemInfo#getInfo operation call. Returns information about the system.

Link
SystemInfo#getInfo method documentation.

See Also

SystemInfoOperations.getInfo

Constructors

<init>

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

Represents response frame that is returned from SystemInfo#getInfo operation call. Returns information about the system.

Properties

commandLine

val commandLine: String

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

gpu

val gpu: GPUInfo

Information about the GPUs on the system.

modelName

val modelName: String

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.

modelVersion

val modelVersion: String

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.