Package | Description |
---|---|
com.borland.silktest.jtf |
The core Java Testing Framework (JTF) classes.
|
com.borland.silktest.jtf.common |
This package contains common JTF functionality.
|
Modifier and Type | Method and Description |
---|---|
Set<TechDomain> |
BrowserBaseState.getTechDomains()
Deprecated.
Deprecated since Silk Test 15.5. Silk Test automatically detects which techdomains should be loaded.
|
Set<TechDomain> |
BaseState.getTechDomains()
Deprecated.
Deprecated since Silk Test 15.5. Silk Test automatically detects which techdomains should be loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
Desktop.attach(String executablePattern,
String commandLinePattern,
TechDomain... techdomains)
Attaches to the given application that matches the executable pattern and the command line pattern.
|
void |
Desktop.attach(String executablePattern,
TechDomain... techdomains)
Attaches to the given application and tries to enable the specified techdomains.
|
Object |
Desktop.getOption(String optionName,
TechDomain techDomain)
Retrieves the value of a techdomain specific option.
|
void |
Desktop.setOption(String optionName,
Object optionValue,
TechDomain... techDomains)
Sets an option for the given techdomains.
Example: desktop.setOption(CommonOptions.OPT_CUSTOM_ATTRIBUTES, Arrays.asList("automationId"), TechDomain.SWT, TechDomain.WIN32) |
Constructor and Description |
---|
BaseState(String executable,
String commandLineArguments,
String locator,
TechDomain... techDomains)
Deprecated.
Deprecated since Silk Test 15.5. Use
BaseState.BaseState(String, String, String) instead because Silk Test automatically detects which techdomains should be loaded.
|
BaseState(String executable,
String locator,
TechDomain... techDomains)
Deprecated.
Deprecated since Silk Test 15.5. Use
BaseState.BaseState(String, String) instead because Silk Test automatically detects which techdomains should be loaded.
|
BrowserBaseState(BrowserType browserType,
String url,
String locator,
TechDomain... techDomains)
Deprecated.
Deprecated since Silk Test 15.5. Use
BrowserBaseState.BrowserBaseState(BrowserType, String, String) instead because Silk Test automatically detects which techdomains should be loaded.
|
BrowserBaseState(BrowserType browserType,
String url,
TechDomain... techDomains)
Deprecated.
Deprecated since Silk Test 15.5. Use
BrowserBaseState.BrowserBaseState(BrowserType, String) instead because Silk Test automatically detects which techdomains should be loaded.
|
BrowserBaseState(String executable,
String url,
String locator,
TechDomain... techDomains)
Deprecated.
Deprecated since Silk Test 15.5. Use
BrowserBaseState.BrowserBaseState(String, String, String) instead because Silk Test automatically detects which techdomains should be loaded.
|
BrowserBaseState(String executable,
String url,
TechDomain... techDomains)
Deprecated.
Deprecated since Silk Test 15.5. Use
BrowserBaseState.BrowserBaseState(String, String) instead because Silk Test automatically detects which techdomains should be loaded.
|
Modifier and Type | Field and Description |
---|---|
static TechDomain |
TechDomain.FLEX
Constant for the Flex tech domain.
|
static TechDomain |
TechDomain.SAP
Constant for the SAP tech domain.
|
static TechDomain |
TechDomain.SILVERLIGHT
Constant for the Silverlight tech domain.
|
static TechDomain |
TechDomain.SWING
Constant for the Swing tech domain.
|
static TechDomain |
TechDomain.SWT
Constant for the SWT tech domain.
|
static TechDomain |
TechDomain.WIN32
Constant for the Win32 tech domain.
|
static TechDomain |
TechDomain.WINDOWS_FORMS
Constant for the Windows Forms tech domain.
|
static TechDomain |
TechDomain.WPF
Constant for the WPF tech domain.
|
static TechDomain |
TechDomain.XBROWSER
Constant for the xBrowser tech domain.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.