pl.wendigo.chrome.api.target / AttachToTargetResponse

AttachToTargetResponse

data class AttachToTargetResponse (source)

Represents response frame that is returned from Target#attachToTarget operation call. Attaches to the target with given id.

Link
Target#attachToTarget method documentation.

See Also

TargetOperations.attachToTarget

Constructors

<init>

AttachToTargetResponse(sessionId: SessionID)

Represents response frame that is returned from Target#attachToTarget operation call. Attaches to the target with given id.

Properties

sessionId

val sessionId: SessionID

Id assigned to the session.