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