Uses of Class
org.openqa.selenium.remote.ProtocolHandshake.Result
-
Packages that use ProtocolHandshake.Result Package Description org.openqa.selenium.remote -
-
Uses of ProtocolHandshake.Result in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return ProtocolHandshake.Result Modifier and Type Method Description ProtocolHandshake.Result
ProtocolHandshake. createSession(HttpHandler client, Command command)
Methods in org.openqa.selenium.remote that return types with arguments of type ProtocolHandshake.Result Modifier and Type Method Description Either<SessionNotCreatedException,ProtocolHandshake.Result>
ProtocolHandshake. createSession(HttpHandler client, NewSessionPayload payload)
-