AttachToTargetRequest

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

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)

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