pl.wendigo.chrome.api.runtime / ReleaseObjectGroupRequest

ReleaseObjectGroupRequest

data class ReleaseObjectGroupRequest (source)

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

Releases all remote objects that belong to a given group.

Link
Runtime#releaseObjectGroup method documentation.

See Also

RuntimeOperations.releaseObjectGroup

Constructors

<init>

ReleaseObjectGroupRequest(objectGroup: String)

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

Properties

objectGroup

val objectGroup: String

Symbolic object group name.