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 |
---|---|
BrowserType |
BrowserBaseState.getBrowserType()
Returns the type of browser to start if it is not already running.
|
Constructor and Description |
---|
BrowserBaseState(BrowserType browserType,
String url)
Creates a BrowserBaseState that runs against a certain Browser.
|
BrowserBaseState(BrowserType browserType,
String url,
String locator)
Creates a BrowserBaseState that runs against a certain Browser.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static BrowserType |
BrowserType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserType[] |
BrowserType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.