Class AttachedToTarget
java.lang.Object
org.openqa.selenium.devtools.v135.target.model.AttachedToTarget
Issued when attached to target because of auto-attach or `attachToTarget` command.
-
Constructor Summary
ConstructorsConstructorDescriptionAttachedToTarget
(SessionID sessionId, TargetInfo targetInfo, Boolean waitingForDebugger) -
Method Summary
Modifier and TypeMethodDescriptionIdentifier assigned to the session used to send/receive messages.
-
Constructor Details
-
AttachedToTarget
-
-
Method Details
-
getSessionId
Identifier assigned to the session used to send/receive messages. -
getTargetInfo
-
getWaitingForDebugger
-