Package org.openqa.selenium.remote
Class ProtocolHandshake
- java.lang.Object
-
- org.openqa.selenium.remote.ProtocolHandshake
-
public class ProtocolHandshake extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProtocolHandshake.Result
-
Constructor Summary
Constructors Constructor Description ProtocolHandshake()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtocolHandshake.Result
createSession(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)
-
-
-
Method Detail
-
createSession
public ProtocolHandshake.Result createSession(org.openqa.selenium.remote.http.HttpHandler client, Command command) throws java.io.IOException
- Throws:
java.io.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 java.io.IOException
- Throws:
java.io.IOException
-
-