Class AppiumNewSessionCommandPayload


  • @Deprecated
    public class AppiumNewSessionCommandPayload
    extends org.openqa.selenium.remote.CommandPayload
    Deprecated.
    Use CommandPayload instead.
    This class is deprecated and will be removed.
    • Constructor Summary

      Constructors 
      Constructor Description
      AppiumNewSessionCommandPayload​(org.openqa.selenium.Capabilities capabilities)
      Deprecated.
      Overrides the default new session behavior to only handle W3C capabilities.
    • Method Summary

      • Methods inherited from class org.openqa.selenium.remote.CommandPayload

        getName, getParameters
      • Methods inherited from class java.lang.Object

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

      • AppiumNewSessionCommandPayload

        public AppiumNewSessionCommandPayload​(org.openqa.selenium.Capabilities capabilities)
        Deprecated.
        Overrides the default new session behavior to only handle W3C capabilities.
        Parameters:
        capabilities - User-provided capabilities.