pl.wendigo.chrome.api.target / AttachToTargetRequest

AttachToTargetRequest

data class AttachToTargetRequest (source)

Represents request frame that can be used with Target#attachToTarget operation call.

Attaches to the target with given id.

Link
Target#attachToTarget method documentation.

See Also

TargetOperations.attachToTarget

Constructors

<init>

AttachToTargetRequest(targetId: TargetID, flatten: Boolean? = null)

Represents request frame that can be used with Target#attachToTarget operation call.

Properties

flatten

val flatten: Boolean?

Enables "flat" access to the session via specifying sessionId attribute in the commands. We plan to make this the default, deprecate non-flattened mode, and eventually retire it. See crbug.com/991325.

targetId

val targetId: TargetID