Package | Description |
---|---|
com.borland.silktest.jtf |
The core Java Testing Framework (JTF) classes.
|
com.borland.silktest.jtf.common.types |
This package contains common data types.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTestObject.imageClick(String imageAsset,
Point position,
int occurrence,
ClickType clickType)
Executes a specific mouse action on an image.
|
void |
AbstractTestObject.imageClick(String imageAsset,
Point position,
int occurrence,
ClickType clickType,
ModifierKey modifiers)
Clicks on an image while pressing the specified key modifiers.
|
void |
AbstractTestObject.imageClick(String imageAsset,
Point position,
int occurrence,
ClickType clickType,
ModifierKey modifiers,
int timeout)
Clicks on an image while pressing the specified key modifiers.
|
void |
AbstractTestObject.imageClickFile(String imageFile,
Point position,
int occurrence,
ClickType clickType)
Executes a specific mouse action on an image.
|
void |
AbstractTestObject.imageClickFile(String imageFile,
Point position,
int occurrence,
ClickType clickType,
ModifierKey modifiers)
Clicks on an image while pressing the specified key modifiers.
|
void |
AbstractTestObject.imageClickFile(String imageFile,
Point position,
int occurrence,
ClickType clickType,
ModifierKey modifiers,
int timeout)
Clicks on an image while pressing the specified key modifiers.
|
void |
TestObject.textClick(String text,
int occurrence,
ClickType clickType)
Clicks in the center of the specified text.
|
void |
TestObject.textClick(String text,
int occurrence,
ClickType clickType,
ModifierKey modifiers)
Clicks in the center of the specified text.
|
void |
TestObject.textClick(String text,
int occurrence,
ClickType clickType,
ModifierKey modifiers,
Point position)
Clicks in the center of the specified text.
|
void |
TestObject.textClick(String text,
int occurrence,
ClickType clickType,
ModifierKey modifiers,
Point position,
boolean exactMatch)
Clicks in the center of the specified text.
|
Modifier and Type | Method and Description |
---|---|
static ClickType |
ClickType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClickType[] |
ClickType.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.