Class AppiumProtocolHandshake

java.lang.Object
org.openqa.selenium.remote.ProtocolHandshake
io.appium.java_client.remote.AppiumProtocolHandshake

@Deprecated public class AppiumProtocolHandshake extends org.openqa.selenium.remote.ProtocolHandshake
Deprecated.
Use ProtocolHandshake instead.
This class is deprecated and should be removed.
  • Nested Class Summary

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

    org.openqa.selenium.remote.ProtocolHandshake.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Methods inherited from class org.openqa.selenium.remote.ProtocolHandshake

    createSession, createSession

    Methods inherited from class java.lang.Object

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

    • AppiumProtocolHandshake

      public AppiumProtocolHandshake()
      Deprecated.