pl.wendigo.chrome.api.inspector / InspectorOperations

InspectorOperations

class InspectorOperations (source)

InspectorOperations represents Inspector protocol domain request/response operations and events that can be captured.

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

Link
Protocol Inspector domain documentation.

Functions

detached

fun detached(): Flowable<DetachedEvent>

Fired when remote debugging connection is about to be terminated. Contains detach reason.

disable

fun disable(): Single<ResponseFrame>

Disables inspector domain notifications.

enable

fun enable(): Single<ResponseFrame>

Enables inspector domain notifications.

events

fun events(): Flowable<Event>

Returns flowable capturing all Inspector domains events.

targetCrashed

fun targetCrashed(): Flowable<Event>

Fired when debugging target has crashed

targetReloadedAfterCrash

fun targetReloadedAfterCrash(): Flowable<Event>

Fired when debugging target has reloaded after crash