pl.wendigo.chrome.api.target / AttachToBrowserTargetResponse

AttachToBrowserTargetResponse

data class AttachToBrowserTargetResponse (source)

Represents response frame that is returned from Target#attachToBrowserTarget operation call. Attaches to the browser target, only uses flat sessionId mode.

Link
Target#attachToBrowserTarget method documentation.

See Also

TargetOperations.attachToBrowserTarget

Constructors

<init>

AttachToBrowserTargetResponse(sessionId: SessionID)

Represents response frame that is returned from Target#attachToBrowserTarget operation call. Attaches to the browser target, only uses flat sessionId mode.

Properties

sessionId

val sessionId: SessionID

Id assigned to the session.