pl.wendigo.chrome.domain.target / AttachToTargetResponse

AttachToTargetResponse

data class AttachToTargetResponse (source)

Represents response frame for Target.attachToTarget method call.

Attaches to the target with given id.

Constructors

<init>

AttachToTargetResponse(sessionId: SessionID)

Represents response frame for Target.attachToTarget method call.

Properties

sessionId

val sessionId: SessionID

Id assigned to the session.