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

AttachToTargetResponse

data class AttachToTargetResponse

Response type for the TargetDomain.attachToTarget command.

Constructors

<init>

Response type for the TargetDomain.attachToTarget command.

AttachToTargetResponse(sessionId: SessionID)

Properties

sessionId

Id assigned to the session.

val sessionId: SessionID