Uses of Class
org.openqa.selenium.remote.NewSessionPayload
-
Packages that use NewSessionPayload Package Description org.openqa.selenium.remote -
-
Uses of NewSessionPayload in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return NewSessionPayload Modifier and Type Method Description static NewSessionPayload
NewSessionPayload. create(java.io.Reader source)
static NewSessionPayload
NewSessionPayload. create(java.util.Collection<org.openqa.selenium.Capabilities> caps)
static NewSessionPayload
NewSessionPayload. create(java.util.Map<java.lang.String,?> source)
static NewSessionPayload
NewSessionPayload. create(org.openqa.selenium.Capabilities caps)
Methods in org.openqa.selenium.remote with parameters of type NewSessionPayload Modifier and Type Method Description org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,ProtocolHandshake.Result>
ProtocolHandshake. createSession(org.openqa.selenium.remote.http.HttpHandler client, NewSessionPayload payload)
-