public class AppConfig extends Object
| Constructor and Description |
|---|
AppConfig(String appName,
Properties properties,
String appConfigDir) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalPropertyValue(String propName) |
ApiConfig |
getApiConfig() |
String |
getAppLaunchUrl() |
String |
getAppLoginPageValidatorClass() |
String |
getAppLoginSuccessPageValidatorClass() |
WebBrowserType |
getAppWebBrowser() |
Dimension |
getBrowserWindowSize() |
DatabaseProfile |
getDatabaseProfile(String profileName) |
String |
getDbProfileConfigDir() |
String |
getName() |
ProxyConfiguration |
getProxyConfig() |
RemoteWebDriverProvider |
getRemoteWebDriverProvider() |
String |
getRemoteWebDriverProviderClass() |
UserProfile |
getUserProfile(String profileName) |
String |
getUserProfileConfigDir() |
boolean |
isEnableWebBrowserExtension() |
public AppConfig(String appName, Properties properties, String appConfigDir)
public ApiConfig getApiConfig()
public String getName()
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.