public class AppConfig extends Object
| Constructor and Description |
|---|
AppConfig(String appName,
Properties properties,
String appsConfigDir) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalPropertyValue(String propName) |
ApiConfig |
getApiConfig() |
AppDriverConfig |
getAppDriverConfig() |
String |
getAppLaunchUrl() |
String |
getAppLoginPageValidatorClass() |
String |
getAppLoginSuccessPageValidatorClass() |
String |
getAppName() |
String |
getAppsConfigDir() |
ApplicationType |
getAppType() |
WebBrowserType |
getAppWebBrowser() |
Dimension |
getBrowserWindowSize() |
DatabaseProfile |
getDatabaseProfile(String profileName) |
String |
getDbProfileConfigDir() |
String |
getName() |
ProxyConfiguration |
getProxyConfig() |
RemoteWebDriverProvider |
getRemoteWebDriverProvider() |
String |
getRemoteWebDriverProviderClass() |
PlatformType |
getTestPlatformType() |
UserProfile |
getUserProfile(String profileName) |
String |
getUserProfileConfigDir() |
boolean |
isEnableWebBrowserExtension() |
public AppConfig(String appName, Properties properties, String appsConfigDir)
public String getAppName()
public String getAppsConfigDir()
public ApiConfig getApiConfig()
public AppDriverConfig getAppDriverConfig()
public String getName()
public ApplicationType getAppType()
public PlatformType getTestPlatformType()
public String getAppLaunchUrl()
public String getAppLoginPageValidatorClass()
public String getAppLoginSuccessPageValidatorClass()
public String getRemoteWebDriverProviderClass()
public RemoteWebDriverProvider getRemoteWebDriverProvider()
public WebBrowserType getAppWebBrowser()
public boolean isEnableWebBrowserExtension()
public Dimension getBrowserWindowSize()
public String getUserProfileConfigDir()
public String getDbProfileConfigDir()
public ProxyConfiguration getProxyConfig()
public UserProfile getUserProfile(String profileName)
public DatabaseProfile getDatabaseProfile(String profileName)
Copyright © 2021. All rights reserved.