pl.wendigo.chrome.api.page / ScreencastVisibilityChangedEvent

ScreencastVisibilityChangedEvent

data class ScreencastVisibilityChangedEvent : Event (source)

Fired when the page with currently enabled screencast was shown or hidden `.

Link
Page#screencastVisibilityChanged event documentation.

Constructors

<init>

ScreencastVisibilityChangedEvent(visible: Boolean)

Fired when the page with currently enabled screencast was shown or hidden `.

Properties

visible

val visible: Boolean

True if the page is visible.

Inherited Functions

protocolDomain

fun protocolDomain(): String