Uses of Class
org.openqa.selenium.remote.SessionId
-
Packages that use SessionId Package Description org.openqa.selenium.remote -
-
Uses of SessionId in org.openqa.selenium.remote
Fields in org.openqa.selenium.remote with type parameters of type SessionId Modifier and Type Field Description static java.util.function.BiConsumer<Span,SessionId>RemoteTags. SESSION_IDstatic java.util.function.BiConsumer<java.util.Map<java.lang.String,EventAttributeValue>,SessionId>RemoteTags. SESSION_ID_EVENTMethods in org.openqa.selenium.remote that return SessionId Modifier and Type Method Description SessionIdCommand. getSessionId()SessionIdRemoteWebDriver. getSessionId()Methods in org.openqa.selenium.remote with parameters of type SessionId Modifier and Type Method Description protected voidRemoteWebDriver. log(SessionId sessionId, java.lang.String commandName, java.lang.Object toLog, RemoteWebDriver.When when)Override this to be notified at key points in the execution of a command.Constructors in org.openqa.selenium.remote with parameters of type SessionId Constructor Description Command(SessionId sessionId, java.lang.String name)Command(SessionId sessionId, java.lang.String name, java.util.Map<java.lang.String,?> parameters)Command(SessionId sessionId, CommandPayload payload)Response(SessionId sessionId)
-