public class AppiumProtocolHandshake
extends org.openqa.selenium.remote.ProtocolHandshake
| Constructor and Description |
|---|
AppiumProtocolHandshake() |
| Modifier and Type | Method and 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) |
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
createSession in class org.openqa.selenium.remote.ProtocolHandshakejava.io.IOExceptionpublic 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)
throws java.io.IOException
createSession in class org.openqa.selenium.remote.ProtocolHandshakejava.io.IOException