data class RunScriptResponse
Response type for the RuntimeDomain.runScript command.
<init> |
Response type for the RuntimeDomain.runScript command. RunScriptResponse(result: RemoteObject, exceptionDetails: ExceptionDetails? = null) |
exceptionDetails |
Exception details. val exceptionDetails: ExceptionDetails? |
result |
Run result. val result: RemoteObject |