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

CallFunctionOnResponse

data class CallFunctionOnResponse

Response type for the RuntimeDomain.callFunctionOn command.

Constructors

<init>

Response type for the RuntimeDomain.callFunctionOn command.

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

Properties

exceptionDetails

Exception details.

val exceptionDetails: ExceptionDetails?

result

Call result.

val result: RemoteObject