chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime / RunScriptResponse

RunScriptResponse

data class RunScriptResponse

Response type for the RuntimeDomain.runScript command.

Constructors

<init>

Response type for the RuntimeDomain.runScript command.

RunScriptResponse(result: RemoteObject, exceptionDetails: ExceptionDetails? = null)

Properties

exceptionDetails

Exception details.

val exceptionDetails: ExceptionDetails?

result

Run result.

val result: RemoteObject