public class CommonOptions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
OPT_APPREADY_TIMEOUT
Specifies the number of milliseconds to wait for a newly launched application to become ready.
|
static String |
OPT_BITMAP_MATCH_COUNT
Used when creating a screenshot with the CaptureBitmap method.
|
static String |
OPT_BITMAP_MATCH_INTERVAL
Used when creating a screenshot with the CaptureBitmap method.
|
static String |
OPT_BITMAP_MATCH_TIMEOUT
Used when creating a screenshot with the CaptureBitmap method.
|
static String |
OPT_BITMAP_PIXEL_TOLERANCE
Used when creating a screenshot with the CaptureBitmap method.
|
static String |
OPT_CLOSE_CONFIRM_BUTTONS
Specifies the buttons used to close confirmation dialog boxes that appear when closing windows with the CloseSynchron method.
|
static String |
OPT_CLOSE_DIALOG_KEYS
Specifies the keystroke sequence used to close dialog boxes that open after trying to close a window with the CloseSynchron method.
|
static String |
OPT_CLOSE_WINDOW_BUTTONS
Specifies the buttons used to close windows with the CloseSynchron method.
|
static String |
OPT_CLOSE_WINDOW_MENUS
Specifies the menu items used to close windows with the CloseSynchron method.
|
static String |
OPT_CLOSE_WINDOW_POLL_INTERVAL |
static String |
OPT_CLOSE_WINDOW_TIMEOUT
Specifies the time in milliseconds to wait before trying the next close strategy.
|
static String |
OPT_COMPATIBILITY
Sets Silk Test behaviour to the specified version e.g.
|
static String |
OPT_ENABLE_ACCESSIBILITY
This option defines if Microsoft Accessibility recognition should be enabled in addition to the normal Win32 control recognition.
|
static String |
OPT_ENSURE_ACTIVE_OBJDEF
Ensures that the target object is active.
|
static String |
OPT_HANG_APP_TIME_OUT
Specifies the timeout in milliseconds for canceling pending playback actions.
|
static String |
OPT_KEYBOARD_INPUT_DELAY
Sets the delay in milliseconds between playback of keyboard strokes.
|
static String |
OPT_KILL_HANGING_APPS
Specifies whether unresponsive applications are closed.
|
static String |
OPT_LOCATOR_ATTRIBUTES_CASE_SENSITIVE
This option defines if locator attributes should be matched case sensitive
|
static String |
OPT_MATCH_ITEM_CASE
When TRUE, Select methods of controls like Lists, ComboBoxes, MUST match the case of the passed item texts.
|
static String |
OPT_MOUSE_INPUT_DELAY
Specifies the delay in milliseconds used before each mouse event.
|
static String |
OPT_OBJECT_ENABLED_TIMEOUT
Specifies the maximum time in milliseconds to wait for an object to become enabled during playback.
|
static String |
OPT_POST_REPLAY_DELAY
The time in milliseconds to wait after invoking a function or setting a property.
|
static String |
OPT_REMOVE_FOCUS_ON_CAPTURE_TEXT
Remove the focus from a window before text is captured.
|
static String |
OPT_REPLAY_HIGHLIGHT
Specifies whether the current object is highlighted during playback.
|
static String |
OPT_REPLAY_MODE
Not supported for xBrowser and Flex.
|
static String |
OPT_RUMBA_EXCLUDE_OBJECTS
Specifies the objects on a Rumba screen to ignore when creating a screen verification.
|
static String |
OPT_SYNC_TIMEOUT
Specifies the maximum time in milliseconds to wait for the application under test to become ready during playback.
|
static String |
OPT_TRANSPARENT_CLASSES
Defines the name of the class that you want to ignore during recording and playback.
|
static String |
OPT_TRUELOG_SCREENSHOT_DELAY
The delay in milliseconds before taking a screenshot.
|
static String |
OPT_TRUELOG_SCREENSHOT_MODE
The Truelog screenshot mode defines which screenshots will be written into the Truelog file during replay.
|
static String |
OPT_WAIT_RESOLVE_OBJDEF
Specifies the maximum time in milliseconds that the Find method searches for an object.
|
static String |
OPT_WAIT_RESOLVE_OBJDEF_RETRY
If an object cannot be found immediately, this option specifies the time in milliseconds after which to retry to find the object.
|
static String |
OPT_WPF_CUSTOM_CLASSES
Defines the name of a custom class that you want to expose during recording and playback.
|
static String |
OPT_WPF_PREFILL_ITEMS
Defines whether items in a WPFItemsControl, like WPFComboBox or WPFListBox, are pre-filled during recording and playback.
|
static String |
OPT_XBROWSER_ENABLE_SMART_CLICK_POSITION
Automatically search for a free click spot on the object.
|
static String |
OPT_XBROWSER_FIND_HIDDEN_INPUT_FIELDS
Find hidden input fields.
|
static String |
OPT_XBROWSER_FIND_VISIBLE_CHILDREN_OF_HIDDEN_PARENTS
Find visible children of hidden DOM elements.
|
static String |
OPT_XBROWSER_SYNC_EXCLUDE_URLS
Playback ignores the specified URLs during page synchronization.
|
static String |
OPT_XBROWSER_SYNC_MODE
Configures the supported synchronization mode for HTML or AJAX.
|
static String |
OPT_XBROWSER_SYNC_TIMEOUT
Deprecated.
Since Silk Test 13 use OPT_SYNC_TIMEOUT instead.
|
static String |
OPT_XBROWSER_SYNC_WARNING_ENABLED |
static String |
OPT_XBROWSER_SYNC_WARNING_TIME |
static String |
OPT_XBROWSER_TIMER_SYNC_MODE
Set modes for timer synchronization
|
public static final String OPT_APPREADY_TIMEOUT
public static final String OPT_BITMAP_MATCH_COUNT
public static final String OPT_BITMAP_MATCH_INTERVAL
public static final String OPT_BITMAP_MATCH_TIMEOUT
public static final String OPT_BITMAP_PIXEL_TOLERANCE
public static final String OPT_CLOSE_CONFIRM_BUTTONS
public static final String OPT_CLOSE_DIALOG_KEYS
public static final String OPT_CLOSE_WINDOW_BUTTONS
public static final String OPT_CLOSE_WINDOW_MENUS
public static final String OPT_CLOSE_WINDOW_POLL_INTERVAL
public static final String OPT_CLOSE_WINDOW_TIMEOUT
public static final String OPT_COMPATIBILITY
public static final String OPT_ENABLE_ACCESSIBILITY
public static final String OPT_ENSURE_ACTIVE_OBJDEF
public static final String OPT_HANG_APP_TIME_OUT
public static final String OPT_KEYBOARD_INPUT_DELAY
public static final String OPT_KILL_HANGING_APPS
public static final String OPT_LOCATOR_ATTRIBUTES_CASE_SENSITIVE
public static final String OPT_MATCH_ITEM_CASE
public static final String OPT_MOUSE_INPUT_DELAY
public static final String OPT_OBJECT_ENABLED_TIMEOUT
public static final String OPT_POST_REPLAY_DELAY
public static final String OPT_REMOVE_FOCUS_ON_CAPTURE_TEXT
public static final String OPT_REPLAY_HIGHLIGHT
public static final String OPT_REPLAY_MODE
public static final String OPT_RUMBA_EXCLUDE_OBJECTS
public static final String OPT_SYNC_TIMEOUT
public static final String OPT_TRANSPARENT_CLASSES
public static final String OPT_TRUELOG_SCREENSHOT_DELAY
public static final String OPT_TRUELOG_SCREENSHOT_MODE
public static final String OPT_WAIT_RESOLVE_OBJDEF
public static final String OPT_WAIT_RESOLVE_OBJDEF_RETRY
public static final String OPT_WPF_CUSTOM_CLASSES
public static final String OPT_WPF_PREFILL_ITEMS
public static final String OPT_XBROWSER_ENABLE_SMART_CLICK_POSITION
public static final String OPT_XBROWSER_FIND_HIDDEN_INPUT_FIELDS
public static final String OPT_XBROWSER_FIND_VISIBLE_CHILDREN_OF_HIDDEN_PARENTS
public static final String OPT_XBROWSER_SYNC_EXCLUDE_URLS
public static final String OPT_XBROWSER_SYNC_MODE
public static final String OPT_XBROWSER_SYNC_TIMEOUT
public static final String OPT_XBROWSER_SYNC_WARNING_ENABLED
public static final String OPT_XBROWSER_SYNC_WARNING_TIME
public static final String OPT_XBROWSER_TIMER_SYNC_MODE
Copyright 2009-2012 Micro Focus. All Rights Reserved.