Class AppiumProtocolHandshake


  • public class AppiumProtocolHandshake
    extends org.openqa.selenium.remote.ProtocolHandshake
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.openqa.selenium.remote.ProtocolHandshake

        org.openqa.selenium.remote.ProtocolHandshake.Result
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AppiumProtocolHandshake

        public AppiumProtocolHandshake()
    • 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 class org.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)
                                                                                                                                                                    throws java.io.IOException
        Overrides:
        createSession in class org.openqa.selenium.remote.ProtocolHandshake
        Throws:
        java.io.IOException