chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.target / GetTargetsResponse

GetTargetsResponse

data class GetTargetsResponse

Response type for the TargetDomain.getTargets command.

Constructors

<init>

Response type for the TargetDomain.getTargets command.

GetTargetsResponse(targetInfos: List<TargetInfo>)

Properties

targetInfos

The list of targets.

val targetInfos: List<TargetInfo>