chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime / RunScriptRequest / <init>

<init>

RunScriptRequest(scriptId: ScriptId, executionContextId: ExecutionContextId? = null, objectGroup: String? = null, silent: Boolean? = null, includeCommandLineAPI: Boolean? = null, returnByValue: Boolean? = null, generatePreview: Boolean? = null, awaitPromise: Boolean? = null)

Request object containing input parameters for the RuntimeDomain.runScript command.