Package org.openqa.selenium.remote
Class ProtocolHandshake
java.lang.Object
org.openqa.selenium.remote.ProtocolHandshake
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateSession
(HttpHandler client, Command command) createSession
(HttpHandler client, NewSessionPayload payload)
-
Constructor Details
-
ProtocolHandshake
public ProtocolHandshake()
-
-
Method Details
-
createSession
public ProtocolHandshake.Result createSession(HttpHandler client, Command command) throws IOException - Throws:
IOException
-
createSession
public Either<SessionNotCreatedException,ProtocolHandshake.Result> createSession(HttpHandler client, NewSessionPayload payload) throws IOException - Throws:
IOException
-