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 Summary
Modifier and Type Method Description static voidclose()Deprecated.static DefaultAppConnectorconnect(String appName)Deprecated.Connects with the configured app.static voiddisconnect(String appName)Deprecated.
-
Method Details
-
connect
Deprecated.Connects with the configured app. If connector does not exist for the app then creates new.- Parameters:
appName-- Returns:
-
disconnect
Deprecated. -
close
public static void close()Deprecated.
-