Class ProtocolHandshake


  • public class ProtocolHandshake
    extends java.lang.Object
    • Constructor Detail

      • ProtocolHandshake

        public ProtocolHandshake()
    • 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