pl.wendigo.chrome.api.runtime / RunScriptResponse

RunScriptResponse

data class RunScriptResponse (source)

Represents response frame that is returned from Runtime#runScript operation call. Runs script with given id in a given context.

Link
Runtime#runScript method documentation.

See Also

RuntimeOperations.runScript

Constructors

<init>

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

Represents response frame that is returned from Runtime#runScript operation call. Runs script with given id in a given context.

Properties

exceptionDetails

val exceptionDetails: ExceptionDetails?

Exception details.

result

val result: RemoteObject

Run result.