Run Script Response
data class RunScriptResponse(result: RemoteObject, exceptionDetails: ExceptionDetails?)
Content copied to clipboard
Represents response frame that is returned from Runtime#runScript operation call. Runs script with given id in a given context.
See also
Constructors
RunScriptResponse
Link copied to clipboard
fun RunScriptResponse(result: RemoteObject, exceptionDetails: ExceptionDetails? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard