pl.wendigo.chrome.domain.runtime / CallFunctionOnResponse

CallFunctionOnResponse

data class CallFunctionOnResponse (source)

Represents response frame for Runtime.callFunctionOn method call.

Calls function with given declaration on the given object. Object group of the result is inherited from the target object.

Constructors

<init>

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

Represents response frame for Runtime.callFunctionOn method call.

Properties

exceptionDetails

val exceptionDetails: ExceptionDetails?

Exception details.

result

val result: RemoteObject

Call result.