-
public final class AttachToTargetRequestRequest object containing input parameters for the TargetDomain.attachToTarget command.
-
-
Constructor Summary
Constructors Constructor Description AttachToTargetRequest(String targetId, Boolean flatten)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Booleancomponent2()final AttachToTargetRequestcopy(String targetId, Boolean flatten)final StringgetTargetId()final BooleangetFlatten()Enables "flat" access to the session via specifying sessionId attribute in the commands. -
-
Method Detail
-
component1
final String component1()
-
component2
final Boolean component2()
-
copy
final AttachToTargetRequest copy(String targetId, Boolean flatten)
-
getTargetId
final String getTargetId()
-
getFlatten
final Boolean getFlatten()
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.
-
-
-
-