chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.emulation / SetScriptExecutionDisabledRequest

SetScriptExecutionDisabledRequest

data class SetScriptExecutionDisabledRequest

Request object containing input parameters for the EmulationDomain.setScriptExecutionDisabled command.

Constructors

<init>

Request object containing input parameters for the EmulationDomain.setScriptExecutionDisabled command.

SetScriptExecutionDisabledRequest(value: Boolean)

Properties

value

Whether script execution should be disabled in the page.

val value: Boolean