pl.wendigo.chrome.api.emulation / SetScriptExecutionDisabledRequest

SetScriptExecutionDisabledRequest

data class SetScriptExecutionDisabledRequest (source)

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

Switches script execution in the page.

Link
Emulation#setScriptExecutionDisabled method documentation.

See Also

EmulationOperations.setScriptExecutionDisabled

Constructors

<init>

SetScriptExecutionDisabledRequest(value: Boolean)

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

Properties

value

val value: Boolean

Whether script execution should be disabled in the page.