Package | Description |
---|---|
com.borland.silktest.jtf |
Java Testing Framework (JTF) 核心类。
|
com.borland.silktest.jtf.common |
此程序包中包含常见的 JTF 功能。
|
Modifier and Type | Method and Description |
---|---|
BrowserType |
BrowserBaseState.getBrowserType()
浏览器没有在运行时,返回要启动的浏览器类型。
|
Constructor and Description |
---|
BrowserBaseState(BrowserType browserType,
String url)
为浏览器创建一个特定的 BrowserBaseState,这样做可以在不同的浏览器类型之间轻松切换,而无需知道浏览器的具体安装位置。
|
BrowserBaseState(BrowserType browserType,
String url,
String locator)
为浏览器创建一个特定的 BrowserBaseState,这样做可以在不同的浏览器类型之间轻松切换,而无需知道浏览器的具体安装位置。
|
BrowserBaseState(BrowserType browserType,
String url,
String locator,
TechDomain... techDomains)
Deprecated.
从 Silk Test 15.5 开始已不再使用,而使用
BrowserBaseState.BrowserBaseState(BrowserType, String, String) ,因为 Silk Test 会自动检测应该加载哪个 TechDomain。
|
BrowserBaseState(BrowserType browserType,
String url,
TechDomain... techDomains)
Deprecated.
从 Silk Test 15.5 开始已不再使用,而使用
BrowserBaseState.BrowserBaseState(BrowserType, String) ,因为 Silk Test 会自动检测应该加载哪个 TechDomain。
|
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.