AttachToTargetParameter

@Serializable
data class AttachToTargetParameter(val targetId: String, val flatten: Boolean? = null)

Constructors

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

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