AttachToTargetRequest

@Serializable
data class AttachToTargetRequest(val targetId: TargetID, val flatten: Boolean? = null)

Request object containing input parameters for the TargetDomain.attachToTarget command.

Constructors

Link copied to clipboard
constructor(targetId: TargetID, flatten: Boolean? = null)

Types

Link copied to clipboard
class Builder(val targetId: TargetID)

A builder for AttachToTargetRequest, which allows setting the optional parameters of the TargetDomain.attachToTarget command via a lambda.

Properties

Link copied to clipboard
val flatten: Boolean? = null

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.

Link copied to clipboard

(undocumented in the protocol definition)