Uses of Class
org.openqa.selenium.remote.NewSessionPayload
Packages that use NewSessionPayload
-
Uses of NewSessionPayload in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return NewSessionPayloadModifier and TypeMethodDescriptionstatic NewSessionPayload
NewSessionPayload.create
(Collection<org.openqa.selenium.Capabilities> caps) static NewSessionPayload
static NewSessionPayload
NewSessionPayload.create
(org.openqa.selenium.Capabilities caps) static NewSessionPayload
NewSessionPayload.create
(org.openqa.selenium.remote.http.Contents.Supplier supplier) Methods in org.openqa.selenium.remote with parameters of type NewSessionPayloadModifier and TypeMethodDescriptionorg.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,
ProtocolHandshake.Result> ProtocolHandshake.createSession
(org.openqa.selenium.remote.http.HttpHandler client, NewSessionPayload payload)