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

SystemInfoDomain

class SystemInfoDomain

The SystemInfo domain defines methods and events for querying low-level system information.

Official doc

Functions

getInfo

Returns information about the system.

suspend fun getInfo(): GetInfoResponse

getProcessInfo

Returns information about all running processes.

suspend fun getProcessInfo(): GetProcessInfoResponse