pl.wendigo.chrome.domain.runtime / GetPropertiesResponse

GetPropertiesResponse

data class GetPropertiesResponse (source)

Represents response frame for Runtime.getProperties method call.

Returns properties of a given object. Object group of the result is inherited from the target object.

Constructors

<init>

GetPropertiesResponse(result: List<PropertyDescriptor>, internalProperties: List<InternalPropertyDescriptor>? = null, exceptionDetails: ExceptionDetails? = null)

Represents response frame for Runtime.getProperties method call.

Properties

exceptionDetails

val exceptionDetails: ExceptionDetails?

Exception details.

internalProperties

val internalProperties: List<InternalPropertyDescriptor>?

Internal object properties (only of the element itself).

result

val result: List<PropertyDescriptor>

Object properties.