Uses of Class
org.openqa.selenium.devtools.idealized.target.model.SessionID
-
Packages that use SessionID Package Description org.openqa.selenium.devtools org.openqa.selenium.devtools.idealized.target -
-
Uses of SessionID in org.openqa.selenium.devtools
Methods in org.openqa.selenium.devtools that return SessionID Modifier and Type Method Description SessionID
DevTools. getCdpSession()
Methods in org.openqa.selenium.devtools with parameters of type SessionID Modifier and Type Method Description <X> java.util.concurrent.CompletableFuture<X>
Connection. send(SessionID sessionId, Command<X> command)
<X> X
Connection. sendAndWait(SessionID sessionId, Command<X> command, java.time.Duration timeout)
-
Uses of SessionID in org.openqa.selenium.devtools.idealized.target
Methods in org.openqa.selenium.devtools.idealized.target that return types with arguments of type SessionID Modifier and Type Method Description Command<SessionID>
Target. attachToTarget(TargetID targetId)
Method parameters in org.openqa.selenium.devtools.idealized.target with type arguments of type SessionID Modifier and Type Method Description Command<java.lang.Void>
Target. detachFromTarget(java.util.Optional<SessionID> sessionId, java.util.Optional<TargetID> targetId)
Detaches session with given id.
-