pl.wendigo.chrome.api.target / GetTargetsResponse

GetTargetsResponse

data class GetTargetsResponse (source)

Represents response frame that is returned from Target#getTargets operation call. Retrieves a list of available targets.

Link
Target#getTargets method documentation.

See Also

TargetOperations.getTargets

Constructors

<init>

GetTargetsResponse(targetInfos: List<TargetInfo>)

Represents response frame that is returned from Target#getTargets operation call. Retrieves a list of available targets.

Properties

targetInfos

val targetInfos: List<TargetInfo>

The list of targets.