Target.attachToTarget
Attaches to the target with given id.
{
"name": "attachToTarget",
"description": "Attaches to the target with given id.",
"parameters": [
{
"name": "targetId",
"$ref": "TargetID"
}
],
"returns": [
{
"name": "sessionId",
"$ref": "SessionID",
"description": "Id assigned to the session."
}
]
}