pl.wendigo.chrome.api.runtime / QueryObjectsRequest

QueryObjectsRequest

data class QueryObjectsRequest (source)

Represents request frame that can be used with Runtime#queryObjects operation call.

Link
Runtime#queryObjects method documentation.

See Also

RuntimeOperations.queryObjects

Constructors

<init>

QueryObjectsRequest(prototypeObjectId: RemoteObjectId, objectGroup: String? = null)

Represents request frame that can be used with Runtime#queryObjects operation call.

Properties

objectGroup

val objectGroup: String?

Symbolic group name that can be used to release the results.

prototypeObjectId

val prototypeObjectId: RemoteObjectId

Identifier of the prototype to return objects for.