Class SmartAppConnector

java.lang.Object
org.uitnet.testing.smartfwk.ui.core.SmartAppConnector

@Deprecated
public class SmartAppConnector
extends Object
Deprecated.
This class is deprecated and will be removed in future releases. Use Constructor Dependency Injection (CDI) class SmartCucumberUiScenarioContext in cucumber step defs file.
Author:
Madhav Krishna
  • Method Details

    • connect

      public static DefaultAppConnector connect​(String appName)
      Deprecated.
      Connects with the configured app. If connector does not exist for the app then creates new.
      Parameters:
      appName -
      Returns:
    • disconnect

      public static void disconnect​(String appName)
      Deprecated.
    • close

      public static void close()
      Deprecated.