pl.wendigo.chrome.api.emulation / SetScrollbarsHiddenRequest

SetScrollbarsHiddenRequest

data class SetScrollbarsHiddenRequest (source)

Represents request frame that can be used with Emulation#setScrollbarsHidden operation call.

Link
Emulation#setScrollbarsHidden method documentation.

See Also

EmulationOperations.setScrollbarsHidden

Constructors

<init>

SetScrollbarsHiddenRequest(hidden: Boolean)

Represents request frame that can be used with Emulation#setScrollbarsHidden operation call.

Properties

hidden

val hidden: Boolean

Whether scrollbars should be always hidden.