| Interface | Description |
|---|---|
| IBaseState |
A base state makes an application ready for testing.
|
| IClickable |
Interface for objects that can be clicked.
|
| IFocusable |
Interface for objects that can be focused on.
|
| IKeyable |
Interface for objects that use keystrokes.
|
| IMoveable |
Interface for objects that can be moved, e.g.
|
| INativeWindow |
Interface for objects that provide a native window handle.
|
| IScrollable |
Interface for objects that can have scroll bars.
|
| Class | Description |
|---|---|
| AbstractTestObject |
Base class for all test objects.
|
| BaseGuiTestObject |
The base class for GUI objects that can have a context menu.
|
| BaseState |
Ensures that the application under test is running and ready for testing.
|
| BrowserBaseState |
Ensures that the browser as specified by
BrowserBaseState.getBrowserType() or alternatively by
BrowserBaseState.getExecutable() is running and ready for testing. |
| CheckBox |
The class for check box controls.
|
| CheckBoxToolItem |
The class for a check box element in a toolbar control.
|
| ClassContextProvider |
Retrieves information about the current classes on the call stack.
|
| ClickPosition |
Used to specify a click position.
|
| ComboBox |
The class for controls that have both a popup list and a text field.
|
| ConsoleWindow |
represents a system console which can be used to execute commands and allows to query the current contents.
|
| Control |
The class for any control in a window.
|
| Cursor |
provides methods to get the position or the type of the system Cursor.
|
| Desktop |
Represents a desktop of a specific machine.
|
| Dialog |
The class for dialogs.
|
| DropDownToolItem |
The class for drop-down element in a toolbar control.
|
| Group |
The class used to combine controls to give the user visual hints that those controls belong together.
|
| GuiTestObject |
The base class for all GUI objects.
|
| HorizontalScrollBar |
The class for horizontal scroll bars.
|
| Item |
Item base class.
|
| Label |
The class for static text strings (that is, text that the user cannot change, such as a label).
|
| Link |
The class that opens the topic location referenced in the source.
|
| ListBox |
The class for list boxes.
|
| Menu |
The class for menus.
|
| MenuItem |
The class for items on a menu.
|
| Messages | |
| MobileBaseState |
Attaches the agent to a mobile device.
|
| PushButton |
The class for buttons.
|
| PushToolItem |
The class for a pushbutton element in a toolbar control.
|
| RadioList |
The class for a group of radio buttons, such as the two radio buttons used to specify direction in the Find dialog of the Text Editor application.
|
| RadioListToolItem |
RadioListToolItem is the class for a radio button element in a toolbar control.
|
| Scale |
The class for scales.
|
| ScrollBar |
The class for scroll bars, including the scroll bars that are parts of controls, such as the scroll bar on a list box.
|
| SeparatorItem |
The class for menu separators.
|
| SilkTestCategories |
JUnit suite that is able to run Silk4J tests, write a Silk TrueLog file, and filter or group tests.
|
| SilkTestSuite |
JUnit suite that is able to run Silk4J tests and write a Silk TrueLog file during playback.
|
| TabControl |
The class for tabbed, multi-page dialogs and for button bars.
|
| Table |
The class for tables.
|
| TableColumn |
The class for columns in a table.
|
| TableRow |
The class for rows in a table.
|
| TestObject |
The base class of all UI objects.
|
| TextField |
The class for single-line and multi-line fields whose text can be modified by the user.
|
| Timer |
Provides a set of methods and properties that you can use to accurately measure elapsed time.
|
| ToggleButton |
The class for buttons that have a state that can be changed by selecting the button.
|
| ToolBar |
The class for tool bar controls.
|
| ToolItem |
The class for a tool item in a toolbar control.
|
| Tree |
The class for items organized into graphical hierarchies.
|
| Utils |
Helper class with convenience methods for scripting.
|
| VerticalScrollBar |
The class for vertical scroll bars.
|
| Window |
The class for windows that typically can move.
|
| Enum | Description |
|---|---|
| Timer.TimerState |
Copyright 2009-2012 Micro Focus. All Rights Reserved.