Emulation.setScriptExecutionDisabled
Switches script execution in the page.
{
"name": "setScriptExecutionDisabled",
"description": "Switches script execution in the page.",
"parameters": [
{
"name": "value",
"type": "boolean",
"description": "Whether script execution should be disabled in the page."
}
]
}