chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page / SetLifecycleEventsEnabledRequest

SetLifecycleEventsEnabledRequest

data class SetLifecycleEventsEnabledRequest

Request object containing input parameters for the PageDomain.setLifecycleEventsEnabled command.

Constructors

<init>

Request object containing input parameters for the PageDomain.setLifecycleEventsEnabled command.

SetLifecycleEventsEnabledRequest(enabled: Boolean)

Properties

enabled

If true, starts emitting lifecycle events.

val enabled: Boolean