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.HttpClient client, Command command)
-
-
-
Method Detail
-
createSession
public ProtocolHandshake.Result createSession(org.openqa.selenium.remote.http.HttpClient client, Command command) throws java.io.IOException
- Throws:
java.io.IOException
-
-