Uses of Class
org.openqa.selenium.devtools.v95.target.model.SessionID
-
Packages that use SessionID Package Description org.openqa.selenium.devtools.v95.target org.openqa.selenium.devtools.v95.target.model -
-
Uses of SessionID in org.openqa.selenium.devtools.v95.target
Methods in org.openqa.selenium.devtools.v95.target that return types with arguments of type SessionID Modifier and Type Method Description static org.openqa.selenium.devtools.Command<SessionID>Target. attachToBrowserTarget()Attaches to the browser target, only uses flat sessionId mode.static org.openqa.selenium.devtools.Command<SessionID>Target. attachToTarget(TargetID targetId, java.util.Optional<java.lang.Boolean> flatten)Attaches to the target with given id.Method parameters in org.openqa.selenium.devtools.v95.target with type arguments of type SessionID Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Target. detachFromTarget(java.util.Optional<SessionID> sessionId, java.util.Optional<TargetID> targetId)Detaches session with given id.static org.openqa.selenium.devtools.Command<java.lang.Void>Target. sendMessageToTarget(java.lang.String message, java.util.Optional<SessionID> sessionId, java.util.Optional<TargetID> targetId)Deprecated. -
Uses of SessionID in org.openqa.selenium.devtools.v95.target.model
Methods in org.openqa.selenium.devtools.v95.target.model that return SessionID Modifier and Type Method Description SessionIDAttachedToTarget. getSessionId()Identifier assigned to the session used to send/receive messages.SessionIDDetachedFromTarget. getSessionId()Detached session identifier.SessionIDReceivedMessageFromTarget. getSessionId()Identifier of a session which sends a message.Constructors in org.openqa.selenium.devtools.v95.target.model with parameters of type SessionID Constructor Description AttachedToTarget(SessionID sessionId, TargetInfo targetInfo, java.lang.Boolean waitingForDebugger)DetachedFromTarget(SessionID sessionId, java.util.Optional<TargetID> targetId)ReceivedMessageFromTarget(SessionID sessionId, java.lang.String message, java.util.Optional<TargetID> targetId)
-