Field and Description |
---|
com.borland.silktest.jtf.common.types.MouseButton.CENTER
Since Silk Test 13.0 use MouseButton.MIDDLE instead
|
com.borland.silktest.jtf.common.CommonOptions.OPT_XBROWSER_SYNC_TIMEOUT
Since Silk Test 13 use OPT_SYNC_TIMEOUT instead.
|
Method and Description |
---|
com.borland.silktest.jtf.xbrowser.BrowserApplication.getActiveTab()
In Silk Test 2011 or later use the
GetSelectedTab method instead. |
com.borland.silktest.jtf.AbstractTestObject.getCustomTypeName()
Since Silk Test 2011, this method is not used anymore. Overriding it does not have any effect.
|
com.borland.silktest.jtf.Tree.getItems()
Since Silk Test 2011 use the
ItemPaths property instead for retrieving all items of a tree. |
com.borland.silktest.jtf.common.IBrowserType.getLocator() |
com.borland.silktest.jtf.common.BrowserType.getLocator()
Deprecated since Silk Test 15.
|
com.borland.silktest.jtf.BrowserBaseState.getMobileDeviceName()
Deprecated as of Silk Test 17.0, use
BrowserBaseState.getConnectionString() instead.
|
com.borland.silktest.jtf.BaseState.getMobileDeviceName()
Deprecated as of Silk Test 17.0.
|
com.borland.silktest.jtf.BrowserBaseState.getTechDomains()
Deprecated since Silk Test 15.5. Silk Test automatically detects which techdomains should be loaded.
|
com.borland.silktest.jtf.BaseState.getTechDomains()
Deprecated since Silk Test 15.5. Silk Test automatically detects which techdomains should be loaded.
|
com.borland.silktest.jtf.AbstractTestObject.getTypeName()
Since Silk Test 2011, this method is not used anymore. It always returns an empty string.
|
com.borland.silktest.jtf.Tree.getVisibleItems()
Since Silk Test 2011 use the
VisibleItemPaths property instead for retrieving all visible items of a tree. |
com.microfocus.silktest.jtf.rumba.common.types.RumbaCharacterAttribute.isAutoEnter()
Since Silk Test 13.0 this is correctly handled in RumbaField properties now.
|
com.microfocus.silktest.jtf.rumba.common.types.RumbaCharacterAttribute.isAutoSkip()
Since Silk Test 13.0 this is correctly handled in RumbaField properties now.
|
com.microfocus.silktest.jtf.rumba.common.types.RumbaCharacterAttribute.isDetectable()
Since Silk Test 13.0 this is correctly handled in RumbaField properties now.
|
com.microfocus.silktest.jtf.rumba.common.types.RumbaCharacterAttribute.isHidden()
Since Silk Test 13.0 this is correctly handled in RumbaField properties now.
|
com.borland.silktest.jtf.BrowserBaseState.isMobileBrowser()
Deprecated as of Silk Test 17.5.
|
com.microfocus.silktest.jtf.rumba.common.types.RumbaCharacterAttribute.isProtect()
Since Silk Test 13.0 this is correctly handled in RumbaField properties now.
|
com.borland.silktest.jtf.BrowserBaseState.setMobileDeviceName(String)
Deprecated as of Silk Test 17.0, use
#setconnectionString() instead. |
com.borland.silktest.jtf.BaseState.setMobileDeviceName(String)
Deprecated as of Silk Test 17.0.
|
Constructor and Description |
---|
com.borland.silktest.jtf.BaseState(String, String, String, TechDomain...)
Deprecated since Silk Test 15.5. Use
BaseState.BaseState(String, String, String) instead because Silk Test automatically detects which techdomains should be loaded.
|
com.borland.silktest.jtf.BaseState(String, String, TechDomain...)
Deprecated since Silk Test 15.5. Use
BaseState.BaseState(String, String) instead because Silk Test automatically detects which techdomains should be loaded.
|
com.borland.silktest.jtf.BrowserBaseState(BrowserType, String, String, TechDomain...)
Deprecated since Silk Test 15.5. Use
BrowserBaseState.BrowserBaseState(BrowserType, String, String) instead because Silk Test automatically detects which techdomains should be loaded.
|
com.borland.silktest.jtf.BrowserBaseState(BrowserType, String, TechDomain...)
Deprecated since Silk Test 15.5. Use
BrowserBaseState.BrowserBaseState(BrowserType, String) instead because Silk Test automatically detects which techdomains should be loaded.
|
com.borland.silktest.jtf.BrowserBaseState(String, String, String, TechDomain...)
Deprecated since Silk Test 15.5. Use
BrowserBaseState.BrowserBaseState(String, String, String) instead because Silk Test automatically detects which techdomains should be loaded.
|
com.borland.silktest.jtf.BrowserBaseState(String, String, TechDomain...)
Deprecated since Silk Test 15.5. Use
BrowserBaseState.BrowserBaseState(String, String) instead because Silk Test automatically detects which techdomains should be loaded.
|
com.borland.silktest.jtf.MobileBaseState(File)
|
com.borland.silktest.jtf.common.TechDomain(String)
Since Silk Test 2011 it is not recommended to use the constructor explicitly,
use provide constants TechDomain.SAP, TechDomain.WPF, ... instead
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.