data class AttachToTargetRequest
Request object containing input parameters for the TargetDomain.attachToTarget command.
<init> |
Request object containing input parameters for the TargetDomain.attachToTarget command. AttachToTargetRequest(targetId: TargetID, flatten: Boolean? = null) |
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 |