chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.target / AttachToTargetRequest

AttachToTargetRequest

data class AttachToTargetRequest

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

Constructors

<init>

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

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

Properties

flatten

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.

val flatten: Boolean?

targetId

val targetId: TargetID