Package io.appium.java_client.remote
Class AppiumProtocolHandshake
- java.lang.Object
-
- org.openqa.selenium.remote.ProtocolHandshake
-
- io.appium.java_client.remote.AppiumProtocolHandshake
-
public class AppiumProtocolHandshake extends org.openqa.selenium.remote.ProtocolHandshake
-
-
Constructor Summary
Constructors Constructor Description AppiumProtocolHandshake()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.remote.ProtocolHandshake.Result
createSession(org.openqa.selenium.remote.http.HttpHandler client, org.openqa.selenium.remote.Command command)
org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,org.openqa.selenium.remote.ProtocolHandshake.Result>
createSession(org.openqa.selenium.remote.http.HttpHandler client, org.openqa.selenium.remote.NewSessionPayload payload)
-
-
-
Method Detail
-
createSession
public org.openqa.selenium.remote.ProtocolHandshake.Result createSession(org.openqa.selenium.remote.http.HttpHandler client, org.openqa.selenium.remote.Command command) throws java.io.IOException
- Overrides:
createSession
in classorg.openqa.selenium.remote.ProtocolHandshake
- Throws:
java.io.IOException
-
createSession
public org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,org.openqa.selenium.remote.ProtocolHandshake.Result> createSession(org.openqa.selenium.remote.http.HttpHandler client, org.openqa.selenium.remote.NewSessionPayload payload)
- Overrides:
createSession
in classorg.openqa.selenium.remote.ProtocolHandshake
-
-