Uses of Class
org.openqa.selenium.devtools.v141.target.model.SessionID
Packages that use SessionID
Package
Description
-
Uses of SessionID in org.openqa.selenium.devtools.v141.target
Methods in org.openqa.selenium.devtools.v141.target that return types with arguments of type SessionIDModifier and TypeMethodDescriptionstatic 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, Optional<Boolean> flatten) Attaches to the target with given id.Method parameters in org.openqa.selenium.devtools.v141.target with type arguments of type SessionIDModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Target.detachFromTarget(Optional<SessionID> sessionId, Optional<TargetID> targetId) Detaches session with given id.static org.openqa.selenium.devtools.Command<Void> Target.sendMessageToTarget(String message, Optional<SessionID> sessionId, Optional<TargetID> targetId) Deprecated. -
Uses of SessionID in org.openqa.selenium.devtools.v141.target.model
Methods in org.openqa.selenium.devtools.v141.target.model that return SessionIDModifier and TypeMethodDescriptionAttachedToTarget.getSessionId()Identifier assigned to the session used to send/receive messages.DetachedFromTarget.getSessionId()Detached session identifier.ReceivedMessageFromTarget.getSessionId()Identifier of a session which sends a message.Constructors in org.openqa.selenium.devtools.v141.target.model with parameters of type SessionIDModifierConstructorDescriptionAttachedToTarget(SessionID sessionId, TargetInfo targetInfo, Boolean waitingForDebugger) DetachedFromTarget(SessionID sessionId, Optional<TargetID> targetId) ReceivedMessageFromTarget(SessionID sessionId, String message, Optional<TargetID> targetId)