pl.wendigo.chrome.domain.systeminfo / SystemInfoDomain

SystemInfoDomain

class SystemInfoDomain (source)

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

Functions

events

fun events(): Flowable<ProtocolEvent>

Returns flowable capturing all SystemInfo domains events.

getInfo

fun getInfo(): Single<GetInfoResponse>

Returns information about the system.

getProcessInfo

fun getProcessInfo(): Single<GetProcessInfoResponse>

Returns information about all running processes.