pl.wendigo.chrome.domain.target / DetachFromTargetRequest

DetachFromTargetRequest

data class DetachFromTargetRequest (source)

Represents request frame that can be used with Target.detachFromTarget method call.

Detaches session with given id.

Constructors

<init>

DetachFromTargetRequest(sessionId: SessionID? = null, targetId: TargetID? = null)

Represents request frame that can be used with Target.detachFromTarget method call.

Properties

sessionId

val sessionId: SessionID?

Session to detach.

targetId

val targetId: TargetID?

Deprecated.