Interface SupportsLegacyAppManagement

    • Method Detail

      • launchApp

        @Deprecated
        default void launchApp()
        Deprecated.
        This method is deprecated and will be removed. See https://github.com/appium/appium/issues/15807
        Launches the app, which was provided in the capabilities at session creation, and (re)starts the session.
      • resetApp

        @Deprecated
        default void resetApp()
        Deprecated.
        This method is deprecated and will be removed. See https://github.com/appium/appium/issues/15807
        Resets the currently running app together with the session.
      • closeApp

        @Deprecated
        default void closeApp()
        Deprecated.
        This method is deprecated and will be removed. See https://github.com/appium/appium/issues/15807
        Close the app which was provided in the capabilities at session creation and quits the session.