toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.runtime
/
RunScriptResponse
Run
Script
Response
@
Serializable
data
class
RunScriptResponse
(
val
result
:
RemoteObject
,
val
exceptionDetails
:
ExceptionDetails
?
=
null
)
Response type for the
RuntimeDomain.runScript
command.
Members
Constructors
Run
Script
Response
Link copied to clipboard
constructor
(
result
:
RemoteObject
,
exceptionDetails
:
ExceptionDetails
?
=
null
)
Properties
exception
Details
Link copied to clipboard
val
exceptionDetails
:
ExceptionDetails
?
=
null
Exception details.
result
Link copied to clipboard
val
result
:
RemoteObject
Run result.