chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime / QueryObjectsResponse

QueryObjectsResponse

data class QueryObjectsResponse

Response type for the RuntimeDomain.queryObjects command.

Constructors

<init>

Response type for the RuntimeDomain.queryObjects command.

QueryObjectsResponse(objects: RemoteObject)

Properties

objects

Array with objects.

val objects: RemoteObject