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 NewSessionPayloadNewSessionPayload. create(java.io.Reader source)static NewSessionPayloadNewSessionPayload. create(java.util.Map<java.lang.String,?> source)static NewSessionPayloadNewSessionPayload. 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)
-