pl.wendigo.chrome.api.systeminfo / SystemInfoOperations

SystemInfoOperations

class SystemInfoOperations (source)

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

This API is marked as experimental in protocol definition and can change in the future.

Link
Protocol SystemInfo domain documentation.

Functions

events

fun events(): Flowable<Event>

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.