-
public final class AttachToBrowserTargetResponseResponse type for the TargetDomain.attachToBrowserTarget command.
-
-
Constructor Summary
Constructors Constructor Description AttachToBrowserTargetResponse(String sessionId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final AttachToBrowserTargetResponsecopy(String sessionId)final StringgetSessionId()Id assigned to the session. -
-
Constructor Detail
-
AttachToBrowserTargetResponse
AttachToBrowserTargetResponse(String sessionId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final AttachToBrowserTargetResponse copy(String sessionId)
-
getSessionId
final String getSessionId()
Id assigned to the session.
-
-
-
-