| AppMapChaining |
|
Enable and Disable support for App Map chaining. |
| AppMapResolve |
|
Enable and Disable support for embedded DDVariables in App Map strings. |
| AssignClipboardVariable |
|
Copy the clipboard contents to a DDVariable. |
| CallRemote |
|
Execute a command on an external system / application. |
| CaptureMousePositionOnScreen |
|
Capture the location of the mouse pointer relative to the screen and save the x and y components into variables. |
| ClearAllVariables |
|
Clear storage of all DDVariables. |
| ClearAppMapCache |
|
Clear the internal application map cache. |
| ClearArrayVariables |
|
Clear storage of all SAFS variables containing a specific prefix. |
| ClearClipboard |
|
Clear the contents of the Window's clipboard. |
| CloseApplication |
| DRD |
RC |
RJ |
IOS |
TID |
SDC |
SE2 |
WR |
|
Close a named application process launched with LaunchApplication. |
| CloseApplicationMap |
|
By map ID, Close a opened Application Map in map chain. |
| CopyVariableValueEx |
|
Copy the value of a (dynamic) DDVariable to another. |
| Delay |
|
Delay for a specified number of milliseconds. |
| DisableDomain |
|
Disable a particular test domain for testing. |
| EnableDomain |
|
Enable a particular test domain for testing. |
| Expressions |
|
Enable and Disable enhanced expressions. |
| GetAppMapValue |
|
Assign a DDVariable a value from an App Map. |
| GetCompScreenResolution |
|
Gets the current computer screen resolution and returns x and y values. |
| GetDeltaDate |
|
Calculates the delta date positive or negative delta days from the supplied date |
| GetMillisBetweenRecords |
|
Get the pause between two records, and assigns the value to a DDVariable. |
| GetRegistryKeyValue |
|
Assign the value of the specified Registry Key to a variable. |
| GetSecsAfterWindowActive |
|
Get the delay after window is activated, and assigns the value to a DDVariable. |
| GetSecsBeforeMouseDown |
|
Get the delay before mouse down, and assigns the value to a DDVariable. |
| GetSecsBeforeMouseUp |
|
Get the delay before mouse up, and assigns the value to a DDVariable. |
| GetSecsDelayRetryComponent |
|
Get the delay of re-finding object, and assigns the value to a DDVariable. |
| GetSecsSeekComponent |
|
Get the timeout of finding object, and assigns the value to a DDVariable. |
| GetSystemDate |
|
Assigns the string value of the system date to a DDVariable. |
| GetSystemDateTime |
|
Assigns the string value of the system datetime to a DDVariable. |
| GetSystemTime |
|
Assigns the string value of the current system time to a DDVariable. |
| GetURL |
|
Send an HTTP GET request, and get the response. |
| GetVersion |
|
Get the engine VERSION |
| HideSoftKeyboard |
|
Hide the soft keyboard. |
| HighLight |
|
Turn on or off the component highlight functionality. |
| LaunchApplication |
| DRD |
RC |
RJ |
TID |
IOS |
SDC |
SE2 |
WR |
|
Identify and Launch a specified application |
| NotifyAndWait |
|
Display a user-defined message dialog and wait until dismissed. |
| Pause |
|
Pause for a specified number of seconds. |
| SaveClipboardToFile |
|
Save the clipboard contents to a text file. |
| SaveURLToFile |
|
Send an HTTP GET request, and save the response into a file. |
| ScrollWheel |
|
Move mouse wheel forward (up) or backward (down). |
| SendEmail |
|
Send email notification with attachments. |
| SetApplicationMap |
|
Provide the Application Map for the DDE to use |
| SetBenchDirectory |
|
Set/Change the directory in which the framework will find benchmark files by default. |
| SetClipboard |
|
Set the clipboard contents to a string. |
| SetContext |
|
Set a Window or Window Component as the current Robot context. |
| SetDifDirectory |
|
Set/Change the directory in which the framework will locate file compare differences. |
| SetFocus |
|
Give a Window or Window Component input focus. |
| SetImageDebug |
|
Enable/Disable verbose debug log output and high-res failure snapshots. |
| SetImageFuzzyMatching |
|
Enable/Disable Image-Based Testing Fuzzy Matching. |
| SetMillisBetweenRecords |
|
Set the pause between two records. |
| SetMultipleThreadSearch |
|
Turn on or trun off the multi-thread-search way to search an image. |
| SetProjectDirectory |
|
Set/Change the framework project directory. |
| SetRootVerifyDirectory |
|
Set/Change the Bench, Test, and Dif directories to be subdirectories off of the provided path. |
| SetSecsAfterWindowActive |
|
Set the delay after window is activated. |
| SetSecsBeforeMouseDown |
|
Set the delay before mouse down. |
| SetSecsBeforeMouseUp |
|
Set the delay before mouse up. |
| SetSecsDelayRetryComponent |
|
Set the delay of re-finding object. |
| SetSecsSeekComponent |
|
Set the timeout of finding object. |
| SetTestDirectory |
|
Set/Change the directory in which the framework will find test files (captured "actuals") by default. |
| SetVariableValueEx |
|
Set the value of a DDVariable |
| SetVariableValues |
|
Preset the value of one or more DDVariables |
| ShowSoftKeyboard |
|
Show the soft keyboard. |
| StartWebBrowser |
|
Launch a new web browser and optionally load a document into it. |
| StopWebBrowser |
|
Stop an opened web browser indicated by ID. |
| SwitchWindow |
|
Switch between multiple windows according to its title. |
| TakeScreenShot |
|
Take screenshot and save it to a file on test machine. |
| UseAbbotFunctions |
|
Enable/Disable the switch to "prefer" ABBOT Functions over any other engine functions. |
| UseDroidFunctions |
|
Enable/Disable the switch to "prefer" Droid Functions over the current engine functions (like Robot Classic). |
| UseIOSFunctions |
|
Enable/Disable the switch to "prefer" IOS Functions over any other engine functions. |
| UseQTPFunctions |
|
Enable/Disable the switch to "prefer" QTP Functions over any other engine functions. |
| UseRobotJFunctions |
|
Enable/Disable the switch to "prefer" RobotJ Hook Component Functions over Robot Classic Component Functions. |
| UseSAFSFunctions |
|
Enable/Disable the switch to "prefer" SAFS (SDC) Functions over the current engine functions (like Robot Classic). |
| UseSeleniumFunctions |
|
Enable/Disable the switch to "prefer" Selenium Functions over the current engine functions (like Robot Classic). |
| UseTestCompleteFunctions |
|
Enable/Disable the switch to "prefer" TestComplete (TCAFS) Functions over any other engine functions. |
| UseWebBrowser |
|
Switch to use an opened web browser indicated by ID. |
| VerifyClipboardToFile |
|
Verify the current contents of the Windows clipboard with a benchmark file. |
| VerifyURLContent |
|
Send an HTTP GET request, and verify the response with the content provided as parameter. |
| VerifyURLToFile |
|
Send an HTTP GET request, and verify the response with the content of a file. |
| Version |
|
Specify the table format VERSION |
| WaitForGUI |
| DRD |
RC |
RJ |
TID |
WR |
SE |
SE2 |
TC |
AUT |
|
Wait for a Window or Window Component to become valid. |
| WaitForGUIGone |
| DRD |
RC |
RJ |
TID |
WR |
TC |
SE2 |
AUT |
|
Wait for a Window or Window Component to become invalid. |
| WaitForPropertyValue |
|
Wait for a specific Window or Component property value to match an expected value. |
| WaitForPropertyValueGone |
|
Wait for a specific Window or Component property value to change from a known value. |
| WaitForRegistryKeyExists |
|
Wait for a Registry Key to become valid. |
| WaitForRegistryKeyValue |
|
Wait for a specific Registry KeyValue to match an expected value. |
| WaitForWebPage |
|
Wait for a web document to finish loading within a timeout period. |
| DeleteCounter |
|
Delete any existing private counter with the provided counterID. |
| LogCounterInfo |
|
Log the specified counter's info in the active log(s) of the current Log Facility. |
| ResetCounter |
|
Create a new private counter or reset counts in an existing private counter. |
| ResumeStatusCounts |
|
Resume counting on ALL status counters--both public/global and private. |
| SetCounterMode |
|
Create a new private counter or modify the mode of an existing private counter. |
| StartCounter |
|
Create a new private counter or start an existing stopped private counter. |
| StartCycle |
|
Begin tracking status on a user-defined item. |
| StartProcedure |
|
Begin tracking status on a user-defined item. |
| StartRequirement |
|
Begin tracking status on a user-defined item. |
| StartSuite |
|
Begin tracking status on a user-defined item. |
| StartTestcase |
|
Begin tracking status on a user-defined TestCase. |
| StopCounter |
|
Create a new private counter or suspend counts in an existing private counter. |
| StopCycle |
|
Stop tracking status on a user-defined item. |
| StopProcedure |
|
Stop tracking status on a user-defined item. |
| StopRequirement |
|
Stop tracking status on a user-defined item. |
| StopSuite |
|
Stop tracking status on a user-defined item. |
| StopTestcase |
|
Stop tracking status on a user-defined TestCase. |
| StoreCounterInfo |
|
Store the current values of the named counter into unique DDVariables. |
| SuspendStatusCounts |
|
Suspend counting on ALL status counters--both public/global and private. |
| CloseFile |
|
Close the open file with the file number provided |
| CopyFile |
|
Copy the specified filename to the target filename. |
| CopyMatchingFiles |
|
Copy multiple files/sub-directories, based on matching the provided pattern, from one directory to another. |
| CreateDirectory |
|
Create the directory for the provided directory pathname |
| CreateFile |
|
Open a new file with the filename, mode and access provided.TID Note: Three ways to create a file: Mode=Input, Access=ReadMode=Output, Access=WriteMode=Append, Access=Write |
| DeleteDirectory |
|
Delete the directory for the provided directory pathname |
| DeleteDirectoryContents |
|
Delete the contents (files and sub-directories) of a provided directory and optionally, the directory itself. |
| DeleteFile |
|
Delete the file for the file name provided |
| FilterImage |
|
Filter out specific parts of an image. |
| FilterTextFile |
|
Filter a text file based on the given parameters. |
| FindSqaFile |
|
Find the file for the SQA relative path and file name provided. If a full file path is provided the file will be located using the full file path and name. |
| GetFileDateTime |
|
Determine the date and time the file created/last changed/last accessed for file name provided and assign it to a DDV variable. |
| GetFileProtections |
|
Save the file attributes for the file name to the variable provided. |
| GetFiles |
|
Search the directory provided for files according to possible attribute and write the list of filenames found into the output file. |
| GetFileSize |
|
Determine the file size for file name provided and assign it to a DDV variable. |
| GetINIFileValue |
|
Get value from INI file. |
| GetStringCountInFile |
|
Count the number of occurrences of a target string in a File. |
| GetSubstringsInFile |
|
Extract dynamic substrings from a file using regular expressions. |
| GetTextFromImage |
|
Incorporate OCR technology to detect the text in an image file and save the text to a variable. |
| IfExistDir |
|
If the specified directory exists, then execute the following driver command. |
| IfExistFile |
|
If the specified file exists, then execute the following driver command. |
| IsEndOfFile |
|
If the specified file is at the end of file, a 'variable' gets true assigned, otherwise it gets false |
| OpenFile |
|
Open an existing file with the filename, mode and access provided.TID Note: Multiple ways to open a file: Mode=Input, Access=ReadMode=Output, Access=WriteMode=Append, Access=WriteMode=AppendRaw, Access=Write |
| OpenUTF8File |
|
Open an existing UTF-8 file with the filename, mode and access provided.TID Note: Multiple ways to open a file: Mode=Input, Access=ReadMode=Output, Access=WriteMode=Append, Access=WriteMode=AppendRaw, Access=Write |
| PrintToFile |
|
Write output to a sequential file already opened for writing. |
| ReadFileChars |
|
Read the number of characters from the file defined by file number and assign a string containing the characters read to a DDV variable. |
| ReadFileLine |
|
Read a line from the file defined by file number and assign a string containing the line read to a DDV variable. |
| ReadFileString |
|
Read a comma-separated value from a file and store it in a DDVariable. |
| RenameFile |
|
Rename the file from the old file name to the new filename |
| SaveTextFromImage |
|
Incorporate OCR technology to detect the text in an image file and save the text to a text file. |
| SetFileProtections |
|
Change the file attribute for the file name provided to the value of the new file protection provided. |
| WriteFileChars |
|
Write the specified number of characters to a file already opened for writing. |
| CallCycle |
|
Invoke a Cycle table (from StepDriver or SuiteDriver) |
| CallJUnit |
|
Invoke one or more JUnit tests using the provided Class name(s). |
| CallScript |
|
Invoke a custom script with passed parameters/variables, if desired. |
| CallStep |
|
Invoke a Step table from within another Step table (from StepDriver). |
| CallSuite |
|
Invoke a Suite table (from StepDriver or SuiteDriver) |
| ExitCycle |
|
Exit the currently running Step, Suite, and/or Cycle table. |
| ExitSuite |
|
Exit the currently running Step and/or Suite table. |
| ExitTable |
|
Exit the currently running Step, Suite, or Cycle table. |
| GotoBlockID |
|
Goto a named block in the current table. |
| OnContainsGotoBlockID |
|
Goto the named block in the current table if value2 is contained within value1. |
| OnDirectoryExistGotoBlockID |
|
Goto the named block in the current table if the directory exists. |
| OnDirectoryNotExistGotoBlockID |
|
Goto the named block in the current table if the Directory does not exist. |
| OnEqualGotoBlockID |
|
Goto the named block in the current table if two values are equal. |
| OnFileEOFGotoBlockID |
|
Goto the named block in the current table if the file is at EOF. |
| OnFileExistGotoBlockID |
|
Goto the named block in the current table if the file exists. |
| OnFileNotExistGotoBlockID |
|
Goto the named block in the current table if the file does not exist. |
| OnGreaterThanGotoBlockID |
|
Goto the named block in the current table if value1 is greater than value2. |
| OnGUIExistsGotoBlockID |
| DRD |
IOS |
RC |
RJ |
TID |
WR |
SE |
SE2 |
TC |
|
Goto the named block in the current table if a GUI component exists. |
| OnGUINotExistGotoBlockID |
| DRD |
IOS |
RC |
RJ |
TID |
WR |
SE |
SE2 |
TC |
|
Goto the named block in the current table if a GUI component does not exist. |
| OnInRangeGotoBlockID |
|
Goto named block if value1 is between value2 and value3. |
| OnLessThanGotoBlockID |
|
Goto the named block if value1 is less than value2. |
| OnMenuItemContainsStateGotoBlockID |
|
Goto the named block in the current table if state is part of the state information of the menuitem. |
| OnNotContainsGotoBlockID |
|
Goto the named block in the current table if value2 is NOT a substring of value1. |
| OnNotEqualGotoBlockID |
|
Goto the named block in the current table if two values are not equal. |
| OnNotGreaterThanGotoBlockID |
|
Goto the named block in the current table if value1 is NOT greater than value2. |
| OnNotInRangeGotoBlockID |
|
Goto the named block in the current table if value1 is not between value2 and value3. |
| OnNotLessThanGotoBlockID |
|
Goto the named block if value1 is NOT less than value2. |
| OnPartialMenuItemContainsStateGotoBlockID |
|
Goto the named block in the current table if state is part of the state information of the menuitem. This command allows for a partial match of the menu item. |
| OnRegistryKeyExistGotoBlockID |
|
Goto the named block in the current table if the Registry Key exists. |
| OnRegistryKeyNotExistGotoBlockID |
|
Goto the named block in the current table if the Registry Key does not exist. |
| SetExitTableBlock |
|
Set or clear the name of a block to execute when the ExitTable command is encountered. |
| SetGeneralScriptFailureBlock |
|
Set or clear the name of a block to execute when GeneralScriptFailure occurs. |
| SetInvalidFileIOBlock |
|
Set or clear the name of a block to execute when InvalidFileIO occurs. |
| SetNoScriptFailureBlock |
|
Set or clear the name of a block to execute when NoScriptFailure occurs. |
| SetScriptNotExecutedBlock |
|
Set or clear the name of a block to execute when ScriptNotExecuted occurs. |
| SetScriptWarningBlock |
|
Set or clear the name of a block to execute when ScriptWarning occurs. |
| UseLocalFlowControl |
|
When TRUE then flow control block IDs have current table scope only. |
| CleanString |
|
CleanString, for each char in string: if ((char .gt. 31) and (char .lt. 127)) keep it, otherwise turn it into a space |
| Compare |
|
Compares two strings and returns an integer specifying the result of the comparison. The java version returns 'true' or 'false' as the result. |
| Concatenate |
|
Concatenate String1 with String2 and returns concatenated string. |
| GetField |
|
GetField, get a field out of a string using specified delimiter(s). Note that any leading or trailing whitespaces are still present. |
| GetFieldCount |
|
GetFieldCount, Finds the count of all fields within the inputRecord found from startindex to the end of the inputRecord. |
| GetFixedWidthField |
|
GetFixedWidthField, Given an Input of fixed-width fields, return the nth(FieldID) Field in the record. |
| GetMultiDelimitedField |
|
Given a sourceString of delimited fields, return the nth(FieldID) Field in the record from startIndex. The startIndex and fieldID are 1 based. |
| GetMultiDelimitedFieldCount |
|
Finds the count of all fields within the inputRecord found from startindex to the end of the inputRecord. The field and index are 1-based. |
| GetNextDelimiterIndex |
|
GetNextDelimiterIndex, Finds the index of the first character matching one of the provided delimiter characters. The search begins at startindex within the inputRecord. |
| GetREDelimitedField |
|
GetREDelimitedField, this command returns the requested field contained in the input string using the passed in regular expression as the delimiter(s). |
| GetREDelimitedFieldCount |
|
GetREDelimitedFieldCount, this command returns the number of fields contained in the input string using the passed in regular expression as the delimiter(s). |
| GetSubstringsInString |
|
Extract dynamic substring from a string using regular expressions. |
| GetSystemEnviron |
|
GetSystemEnviron, get a system environment variable value |
| GetSystemUser |
|
Get the USERID of the currently logged on user as stored in System Environment variables. |
| GetTrimmedField |
|
GetTrimmedField, get a trimmed field out of a string using specified delimiter(s). |
| Index |
|
Returns the position of the first occurrence of one string within another string. -1 if not found at all |
| Left |
|
Returns a string of a specified number of characters copied from the beginning of another string. |
| LeftTrim |
|
A new string trimmed of leading tabs and spaces. |
| Length |
|
Returns the length of a string or variable. |
| Replace |
|
Replace 'find' substring with 'replace' substring |
| Right |
|
Returns a string of a specified number of characters copied from the end of another string. |
| RightTrim |
|
A new string trimmed of trailing tabs and spaces. |
| SubString |
|
Returns a portion of a string based on character index. |
| ToLowerCase |
|
Returns a copy of a string, with all letters converted to lowercase. |
| ToUpperCase |
|
Returns a copy of a string after converting all letters to uppercase. |
| Trim |
|
A new string trimmed of leading and trailing tabs and spaces. |
| AssignPropertyVariable |
|
Assign the string value of an object property to a specific DDVariable |
| CaptureObjectDataToFile |
|
Copy the current contents of an object's data to a file. |
| CapturePropertiesToFile |
|
Copy all of the value properties a test object to a file. |
| CapturePropertyToFile |
|
Copy a propertie's value of a test object to to a file. |
| ClearAppMapCache |
|
Clear the internal application map cache. |
| ClearCache |
|
Clear the cache of a component. |
| ExecuteScript |
|
Execute a piece of script on the specified component synchronously. |
| GetComputedStyle |
|
Get a component's 'computed style', and save them to a file. |
| GetGUIImage |
| DRD |
RC |
RJ |
IOS |
TID |
SE |
SE2 |
TC |
AUT |
|
Capture the screen shot of a GUI component and save it to a file |
| GetTextFromGUI |
|
Incorporate OCR technology to detect the text on a GUI component and save the text to a variable. |
| GUIDoesExist |
| DRD |
IOS |
RC |
RJ |
TID |
WR |
SE |
SE2 |
TC |
|
Routine to verify the visual existence of a particular window and/or component. |
| GUIDoesNotExist |
| DRD |
IOS |
RC |
RJ |
TID |
WR |
SE |
SE2 |
TC |
|
Routine to verify the visual non-existence of a particular window and/or component. |
| HoverMouse |
|
Hover the mouse over an object. |
| HoverScreenLocation |
|
Hover the mouse over a specified screen location. |
| InputCharacters |
| RC |
DRD |
IOS |
RJ |
TID |
WR |
ABT |
SE |
SE2 |
|
Sends literal text to the specified component. |
| InputKeys |
| RC |
RJ |
TID |
WR |
ABT |
SE |
SE2 |
TC |
DRD |
|
Sends keystrokes to the specified component. |
| IsPropertyExist |
|
Verify if object's property exists or not. |
| LocateScreenImage |
|
Store the location and dimensions of a component. |
| SaveTextFromGUI |
|
Incorporate OCR technology to detect the text on a GUI component and save the text to a text file. |
| SendEvent |
|
Send or trigger an "event" with 0 or more arguments. |
| SetPropertyValue |
|
Sets a value to the property of an object. |
| ShowOnPage |
|
Make the component visible on the page. |
| TypeChars |
|
Sends literal text keystrokes to whatever has keyboard focus. |
| TypeEncryption |
|
Sends secret-text (such as password) to whatever has keyboard focus. |
| TypeKeys |
|
Sends keystrokes to whatever has keyboard focus. |
| VerifyArrayPropertyToFile |
|
Verify the value of an array property with a benchmark file |
| VerifyBinaryFileToFile |
|
Verify the current contents of a binary file with a benchmark file. |
| VerifyClipboardToFile |
|
Verify the current contents of the Windows clipboard with a benchmark file. |
| VerifyClipboardVP |
|
Verify the current contents of the Windows clipboard using a Robot ClipboardVP. |
| VerifyComputedStyle |
|
Verify a component's 'computed style' against a benchmark file. |
| VerifyFileToFile |
|
Verify the current contents of a text file with a benchmark file (same as VerifyTextFileToFile). |
| VerifyGUIImageToFile |
|
Verify the screen shot of a GUI component with a benchmark image file |
| VerifyObjectDataToFile |
|
Verify the current contents of an object's data with a benchmark file. |
| VerifyPropertiesSubsetToFile |
|
Compare/Verify the subset of properties of a test object with the values stored in a benchmark file. |
| VerifyPropertiesToFile |
|
Compare/Verify ALL of the value properties of a test object with a benchmark file. |
| VerifyProperty |
|
Verify the value of a single object property |
| VerifyPropertyContains |
|
Verify that the value of an object property contains a string |
| VerifyPropertyToFile |
|
Verify the value of a single object property with a benchmark file |
| VerifyTabOrder |
|
Attempts to verify the tab order of the specified object--usually a Window. |
| VerifyTextFileToFile |
|
Verify the current contents of a text file with a benchmark file (same as VerifyFileToFile). |
| VerifyValueContains |
|
Verify that a string value contains a substring |
| VerifyValueContainsIgnoreCase |
|
Verify that a string value contains a substring, ignoring case. |
| VerifyValueDoesNotContain |
|
Verify that a string value does NOT contain a substring |
| VerifyValues |
|
Verify that two string values are identical. Note: RobotJ also uses identical keyword 'VerifyValueEquals' |
| VerifyValuesIgnoreCase |
|
Verify that two string values are identical, ignoring case. |
| VerifyValuesNotEqual |
|
Verify that two string values are NOT identical. |
| AltLeftDrag |
|
An ALT left mouse drag is performed on the object based on the stored coordinates. |
| Click |
| DRD |
RC |
RJ |
IOS |
TID |
WR |
TC |
ABT |
SE |
SE2 |
AUT |
|
A single click on an object. |
| ClickScreenImage |
|
Same as Click. |
| ClickScreenLocation |
|
Click a specified screen location. |
| ClickScreenPoint |
|
(Deprecated) Click a specified screen location. |
| CompareStoredData |
|
Performs a GenericObjectVP CompareData on an object. |
| CompareStoredProperties |
|
Performs a GenericObjectVP CompareProperties on an object. |
| CtrlAltLeftDrag |
|
CTRL ALT left mouse drag is performed on the object based on the stored coordinates. |
| CtrlClick |
| RC |
RJ |
WR |
TID |
TC |
ABT |
SE |
SE2 |
AUT |
|
A CTRL-click on an object. |
| CtrlClickScreenImage |
|
Same as CtrlClick. |
| CtrlLeftDrag |
|
A CTRL left mouse drag is performed on the object based on the stored coordinates. |
| CtrlRightClick |
|
A CTRL-Right click on an object. |
| CtrlRightClickScreenImage |
|
Same as CtrlRightClick. |
| CtrlShiftLeftDrag |
|
A CTRL SHIFT left mouse drag is performed on the object based on the stored coordinates. |
| DoubleClick |
| RC |
RJ |
IOS |
TID |
TC |
WR |
ABT |
SE |
SE2 |
AUT |
|
A double click on an object. |
| DoubleClickScreenImage |
|
Same as DoubleClick. |
| DoubleClickScreenLocation |
|
DoubleClick a specified screen location. |
| DoubleClickScreenPoint |
|
(Deprecated) DoubleClick a specified screen location. |
| DoubleTap |
|
A double-tap on a touchscreen object. Use keyword "DoubleClick" syntax and parameters. |
| DragTo |
|
A left mouse drag is performed from one object to another object based on the offsets values. |
| Flick |
|
A user-defined flick or swipe on a touchscreen object. |
| FlickDown |
|
A flick or swipe on a touchscreen object from top-to-bottom. |
| FlickLeft |
|
A flick or swipe on a touchscreen object from right-to-left. |
| FlickRight |
|
A flick or swipe on a touchscreen object from left-to-right. |
| FlickUp |
|
A flick or swipe on a touchscreen object from bottom-to-top. |
| HScrollTo |
|
Attempts to perform an HScrollTo on an object. |
| JavaMenuSelect |
|
Select a JAVA Menu Item according to a stored text value. |
| LeftDrag |
|
A left mouse drag is performed on the object based on the stored coordinates. |
| MouseClick |
|
A single click on an object by mouse event. It uses low level mouse event to click on an object. |
| MultiClick |
|
Multiple clicks on an object. |
| MultiClickScreenImage |
|
Same as MULTICLICK. |
| Press |
|
Press a touchscreen object for a number of seconds--0 seconds by default. |
| RightClick |
| RC |
RJ |
TID |
TC |
WR |
ABT |
SE |
SE2 |
AUT |
|
A right click on an object. |
| RightClickScreenImage |
|
Same as RightClick. |
| RightClickScreenLocation |
|
RightClick a specified screen location. |
| RightClickScreenPoint |
|
(Deprecated) RightClick a specified screen location. |
| RightDrag |
|
A right mouse drag is performed on the object based on the stored coordinates. |
| ShiftClick |
| RC |
RJ |
TID |
TC |
WR |
ABT |
SE |
SE2 |
AUT |
|
A SHIFT click on an object. |
| ShiftClickScreenImage |
|
Same as ShiftClick. |
| ShiftLeftDrag |
|
A SHIFT left mouse drag is performed on the object based on the stored coordinates. |
| Tap |
|
A single Tap on a touchscreen object. Use keyword "Click" syntax and parameters. |
| TwoFingerTap |
|
A two-finger tap on a touchscreen object. |
| VerifyImage |
|
Performs a GenericObjectVP CompareImage OR a RegionImageVP on an object. |
| VScrollTo |
|
Attempts to perform a VScrollTo on an object. |
| ActivateCell |
|
Attempts to perform a double click on a Table cell. |
| AssignCellContainsTextRow |
|
Assigns a user-defined variable a row # based on partial matching cell values. |
| AssignCellTextRow |
|
Assigns a user-defined variable a row # based on matching cell values. |
| AssignVariableCellText |
|
Attempts to extract a particular cell value and assign it to the provided variable name. |
| CaptureFuzzyRangeToFile |
|
Saves a range of values to the specified file. |
| CaptureRangeToFile |
|
Saves a range of values to the specified file. |
| Click |
|
Attempts to perform a standard Click on an HTMLTable on a webpage. |
| ClickCell |
|
Click on a cell specified by row and column. |
| CompareStoredData |
|
Performs a HTMLTableVP CompareData on an HTMLTable object. |
| CompareStoredProperties |
|
Performs a HTMLTableVP CompareProperties on an HTMLTable object. |
| DoubleClickCell |
|
Attempts to perform a double click on a cell in a Table. |
| RightClickCell |
|
Attempts to perform a right click on a cell in a Table. |
| SelectCell |
|
Same as ClickCell. |
| SelectCellContainsTextFind |
|
Attempts to select a particular cell by finding the row based on cell values. |
| SelectCellText |
|
Attempts to select a particular cell. |
| SelectCellTextFind |
|
Attempts to select a particular cell by finding the row based on cell values. |
| SelectCellTextSpecial |
|
Holds down either key Control or Shift while making a cell selection with emulating either a Left or Right mouse click. |
| SelectFuzzyCellText |
|
Attempts to select a particular cell. |
| SelectFuzzyCellTextFind |
|
Attempts to select a particular cell by finding the row based on fuzzy cell values. |
| VerifyCellEditable |
|
Verifies whether the specified cell is editable. |
| VerifyCellText |
|
Attempts to verify a particular cell value. |
| VerifyCellTextContains |
|
Attempts to verify a particular cell value. |
| VerifyCellTextFind |
|
Attempts to verify a particular cell by finding the row based on cell values. |
| VerifyCellValue |
|
Verify the value of a specific Cell. |
| VerifyColumnLabel |
|
Attempts to verify a particular column's label when given a column number. |
| VerifyFuzzyCellText |
|
Attempts to verify a particular cell value. |
| VerifyFuzzyCellTextContains |
|
Attempts to verify a particular cell value. |
| VerifyFuzzyCellTextFind |
|
Attempts to verify a particular cell by finding the row based on fuzzy cell values. |
| ActivateCell |
|
Attempts to perform a double click on a JavaTable cell. |
| ActivateColumnLabel |
|
Double clicks on the label of the specified column. |
| AssignCellContainsTextRow |
|
Assigns a user-defined variable a row # based on partial matching cell values. |
| AssignCellTextRow |
|
Assigns a user-defined variable a row # based on matching cell values. |
| AssignVariableCellText |
|
Attempts to extract a particular cell value and assign it to the provided variable name. |
| AssignVariableFuzzyCellText |
|
Attempts to extract a particular cell value and assign it to the provided variable name. |
| CaptureFuzzyRangeToFile |
|
Saves a range of values to the specified file. |
| CaptureRangeToFile |
|
Saves a range of values to the specified file. |
| ClickCell |
|
Attempts to perform a Click on a cell in a JavaTable. |
| ClickColumnLabel |
|
Clicks on the label of the specified column. |
| DoubleClickCell |
|
Attempts to perform a double click on a cell in a JavaTable. |
| DoubleClickColumnLabel |
|
Double clicks on the label of the specified column. |
| RightClickCell |
|
Attempts to perform a right click on a cell in a JavaTable. |
| RightClickColumnLabel |
|
Right clicks on the label of the specified column. |
| SelectCell |
|
Same as ClickCell. |
| SelectCellContainsTextFind |
|
Attempts to select a particular cell by finding the row based on cell values. |
| SelectCellText |
|
Attempts to select a particular cell. |
| SelectCellTextFind |
|
Attempts to select a particular cell by finding the row based on cell values. |
| SelectCellTextSpecial |
|
Holds down either Ctrl or Shift while making a cell selection with emulating either a Left or Right mouse click. |
| SelectFuzzyCellText |
|
Attempts to select a particular cell. |
| SelectFuzzyCellTextFind |
|
Attempts to select a particular cell by finding the row based on fuzzy cell values. |
| VerifyCellEditable |
|
Verifies whether the specified cell is editable. |
| VerifyCellText |
|
Attempts to verify a particular cell value. |
| VerifyCellTextContains |
|
Attempts to verify a particular cell value. |
| VerifyCellTextFind |
|
Attempts to verify a particular cell by finding the row based on cell values. |
| VerifyColumnLabel |
|
Attempts to verify a particular column's label when given a column number. |
| VerifyFuzzyCellText |
|
Attempts to verify a particular cell value. |
| VerifyFuzzyCellTextContains |
|
Attempts to verify a particular cell value. |
| VerifyFuzzyCellTextFind |
|
Attempts to verify a particular cell by finding the row based on fuzzy cell values. |
| CaptureTreeDataToFile |
|
Copy the current contents of a tree[branch] to a file. |
| ClickTextNode |
|
Action to click a node according to its text value. Currently, this component function is for JavaTrees and works differently than documented in TreeViewFunctions (though that functionality may be added in the near future). |
| ClickUnverifiedTextNode |
|
Action to blindly click a node according to its text value. Currently, this component function is for JavaTrees and may work differently than documented in TreeViewFunctions. |
| Collapse |
|
Use CollapseTextNode instead. |
| CollapsePartialTextNode |
|
Action to collapse a node according to a partial match of its text value. |
| CollapseTextNode |
|
Action to collapse a node according to its text value. |
| CollapseUnverifiedTextNode |
|
Action to blindly collapse a node according to its text value. |
| CtrlClickUnverifiedTextNode |
|
Action to blindly CTRL-click a node according to its text value. Currently, this component function is for JavaTrees only. |
| DoubleClickTextNode |
|
Action to double-click a node according to its text value. Currently, this component function is for JavaTrees and works differently than documented in TreeViewFunctions (though that functionality may be added in the near future). |
| DoubleClickUnverifiedTextNode |
|
Action to blindly double-click a node according to its text value. Currently, this component function is for JavaTrees and may work differently than documented in TreeViewFunctions. |
| Expand |
|
Use ExpandTextNode instead. |
| ExpandPartialTextNode |
|
Action to expand a node according to a partial match of text value. |
| ExpandTextNode |
|
Action to expand a node according to its text value. |
| ExpandUnverifiedTextNode |
|
Action to blindly expand a node according to its text value. |
| MakeSelection |
|
Use SelectTextNode instead. |
| PartialMatchTreeDataToFile |
|
Copy the current contents of a tree[branch] to a file according to a partial match of its text value. |
| RightClickTextNode |
|
Action to right-click a node according to its text value. Currently, this component function is for JavaTrees and works differently than documented in TreeViewFunctions (though that functionality may be added in the near future). |
| RightClickUnverifiedTextNode |
|
Action to blindly right-click a node according to its text value. Currently, this component function is for JavaTrees and may work differently than documented in TreeViewFunctions. |
| SelectAnotherPartialTextNode |
|
Action to select a node according to a partial match of its text value, in addition to any nodes already selected. Performs selection as if CTRL key were held down during selection. |
| SelectAnotherTextNode |
|
Action to select a node according to its text value, in addition to any nodes already selected. |
| SelectAnotherUnverifiedTextNode |
|
Action to blindly select a node according to its text value, in addition to any nodes already selected. |
| SelectPartialTextNode |
|
Action to select a node according to a partial match of its text value. Performs selection as if CTRL key were held down during selection. |
| SelectTextNode |
|
Action to select a node according to its text value. |
| SelectUnverifiedTextNode |
|
Action to blindly select a node according to its text value. |
| SetTreeContainsNode |
|
Sets a user-defined variable with the result of whether a tree contains the provided node. |
| SetTreeContainsPartialMatch |
|
Sets a user-defined variable with the result of whether a tree contains the provided node according to a partial match of the node's text value. |
| ShiftClickUnverifiedTextNode |
|
Action to blindly SHIFT-click a node according to its text value. Currently, this component function is for JavaTrees only. |
| VerifyTreeContainsNode |
|
Verify that a tree contains the provided node. |
| VerifyTreeContainsPartialMatch |
|
Verify that a tree contains the provided node according to a partial match of the node's text value. |
| ActivateCell |
|
Attempts to perform a double click on a DotNetTable cell. |
| ActivateColumnLabel |
|
Double clicks on the label of the specified column. |
| AssignCellContainsTextRow |
|
Assigns a user-defined variable a row # based on partial matching cell values. |
| AssignCellTextRow |
|
Assigns a user-defined variable a row # based on matching cell values. |
| AssignVariableCellText |
|
Attempts to extract a particular cell value and assign it to the provided variable name. |
| AssignVariableFuzzyCellText |
|
Attempts to extract a particular cell value and assign it to the provided variable name. |
| CaptureFuzzyRangeToFile |
|
Saves a range of values to the specified file. |
| CaptureRangeToFile |
|
Saves a range of values to the specified file. |
| ClickCell |
|
Attempts to perform a Click on a cell in a DotNetTable. |
| ClickColumnLabel |
|
Clicks on the label of the specified column. |
| DoubleClickCell |
|
Attempts to perform a double click on a cell in a DotNetTable. |
| DoubleClickColumnLabel |
|
Double clicks on the label of the specified column. |
| RightClickCell |
|
Attempts to perform a right click on a cell in a DotNetTable. |
| SelectCell |
|
Same as ClickCell. |
| SelectCellContainsTextFind |
|
Attempts to select a particular cell by finding the row based on cell values. |
| SelectCellText |
|
Attempts to select a particular cell. |
| SelectCellTextFind |
|
Attempts to select a particular cell by finding the row based on cell values. |
| SelectCellTextSpecial |
|
Holds down either Ctrl or Shift while making a cell selection with emulating either a Left or Right mouse click. |
| SelectFuzzyCellText |
|
Attempts to select a particular cell. |
| SelectFuzzyCellTextFind |
|
Attempts to select a particular cell by finding the row based on fuzzy cell values. |
| VerifyCellEditable |
|
Verifies whether the specified cell is editable. |
| VerifyCellText |
|
Attempts to verify a particular cell value. |
| VerifyCellTextContains |
|
Attempts to verify a particular cell value. |
| VerifyCellTextFind |
|
Attempts to verify a particular cell by finding the row based on cell values. |
| VerifyColumnLabel |
|
Attempts to verify a particular column's label when given a column number. |
| VerifyFuzzyCellText |
|
Attempts to verify a particular cell value. |
| VerifyFuzzyCellTextContains |
|
Attempts to verify a particular cell value. |
| VerifyFuzzyCellTextFind |
|
Attempts to verify a particular cell by finding the row based on fuzzy cell values. |
| CaptureTreeDataToFile |
|
Copy the current contents of a tree[branch] to a file. |
| ClickTextNode |
|
Action to click a node according to its text value. Currently, this component function is for Trees and works differently than documented in TreeViewFunctions (though that functionality may be added in the near future). |
| ClickUnverifiedTextNode |
|
Action to blindly click a node according to its text value. Currently, this component function is for Trees and may work differently than documented in TreeViewFunctions. |
| Collapse |
|
Use CollapseTextNode instead. |
| CollapsePartialTextNode |
|
Action to collapse a node according to a partial match of its text value. |
| CollapseTextNode |
|
Action to collapse a node according to its text value. |
| CollapseUnverifiedTextNode |
|
Action to blindly collapse a node according to its text value. |
| CtrlClickUnverifiedTextNode |
|
Action to blindly CTRL-click a node according to its text value. Currently, this component function is for Trees only. |
| DoubleClickTextNode |
|
Action to double-click a node according to its text value. Currently, this component function is for Trees and works differently than documented in TreeViewFunctions (though that functionality may be added in the near future). |
| DoubleClickUnverifiedTextNode |
|
Action to blindly double-click a node according to its text value. Currently, this component function is for Trees and may work differently than documented in TreeViewFunctions. |
| Expand |
|
Use ExpandTextNode instead. |
| ExpandPartialTextNode |
|
Action to expand a node according to a partial match of text value. |
| ExpandTextNode |
|
Action to expand a node according to its text value. |
| ExpandUnverifiedTextNode |
|
Action to blindly expand a node according to its text value. |
| MakeSelection |
|
Use SelectTextNode instead. |
| PartialMatchTreeDataToFile |
|
Copy the current contents of a tree[branch] to a file according to a partial match of its text value. |
| RightClickTextNode |
|
Action to right-click a node according to its text value. Currently, this component function is for Trees and works differently than documented in TreeViewFunctions (though that functionality may be added in the near future). |
| RightClickUnverifiedTextNode |
|
Action to blindly right-click a node according to its text value. Currently, this component function is for Trees and may work differently than documented in TreeViewFunctions. |
| SelectAnotherPartialTextNode |
|
Action to select a node according to a partial match of its text value, in addition to any nodes already selected. Performs selection as if CTRL key were held down during selection. |
| SelectAnotherTextNode |
|
Action to select a node according to its text value, in addition to any nodes already selected. |
| SelectAnotherUnverifiedTextNode |
|
Action to blindly select a node according to its text value, in addition to any nodes already selected. |
| SelectPartialTextNode |
|
Action to select a node according to a partial match of its text value. Performs selection as if CTRL key were held down during selection. |
| SelectTextNode |
|
Action to select a node according to its text value. |
| SelectUnverifiedTextNode |
|
Action to blindly select a node according to its text value. |
| SetTreeContainsNode |
|
Sets a user-defined variable with the result of whether a tree contains the provided node. |
| SetTreeContainsPartialMatch |
|
Sets a user-defined variable with the result of whether a tree contains the provided node according to a partial match of the node's text value. |
| ShiftClickUnverifiedTextNode |
|
Action to blindly SHIFT-click a node according to its text value. Currently, this component function is for Trees only. |
| VerifyTreeContainsNode |
|
Verify that a tree contains the provided node. |
| VerifyTreeContainsPartialMatch |
|
Verify that a tree contains the provided node according to a partial match of the node's text value. |
| ActivatePartialMatch |
|
Routine to DblClick and Verify an item according to a partial text match. |
| ActivateTextItem |
|
Routine to DblClick and Verify an item according to its text value. |
| ActivateUnverifiedPartialMatch |
|
DblClicks an item according to a partial text match. |
| ActivateUnverifiedTextItem |
|
Routine to DblClick an item according to its text value. |
| CaptureItemsToFile |
|
Capture Items To a File specified (if not abs, then to test dir) |
| ClickColumnIndex |
|
Click a column header based on it's index of list, starting from 1 |
| ClickColumnLabel |
|
Click a column header based on it's label |
| ClickTextItem |
|
Routine to Click a selection according to its text value. Note: This keyword triggers the click event |
| ExtendSelectionToTextItem |
|
Routine to Shift+Click and Verify a selection according to its text value. |
| RightClickTextItem |
|
Routine to Right-Click a selection according to its text value. Note: This keyword triggers the right-click event. |
| SelectAnotherTextItem |
|
Routine to Control+Click and Verify a selection according to its text value. |
| SelectAnotherUnverifiedTextItem |
|
Routine to Control+Click an item according to its text value. No post-select verification of the selection is performed. |
| SelectIndex |
|
Select an item based on it's index in the list, starting from 1 |
| SelectPartialMatch |
|
Routine to Click and Verify an item according to a partial text match. |
| SelectTextItem |
|
Routine to Click and Verify a selection according to its text value. |
| SelectUnverifiedAnotherTextItem |
|
Use the identical "SelectAnotherUnverifiedTextItem" instead. |
| SelectUnverifiedPartialMatch |
|
Routine to Click an item according to a partial text match. |
| SelectUnverifiedTextItem |
|
Routine to Click a selection according to its text value. |
| SetListContains |
|
Set a variable with the result of checking that a listview contains the provided item. |
| VerifyItem |
|
Verifies a particular case-sensitive item based on index is equal to a particular value. |
| VerifyItemUnselected |
|
Verifies a particular case-sensitive text item is NOT selected. |
| VerifyListContains |
|
Verifies a particular list-item exists in the list (somewhere) |
| VerifyListContainsPartialMatch |
|
Verifies a particular list-item substring exists in the list (somewhere) |
| VerifyListDoesNotContain |
|
Verifies a particular list-item does NOT exists in the list (somewhere) |
| VerifyListDoesNotContainPartialMatch |
|
Verifies a particular list-item substring does NOT exists in the list (somewhere) |
| VerifyMenuItem |
|
Verifies a particular case-sensitive menu-item exists in the list (somewhere) |
| VerifyMenuPartialMatch |
|
Verifies a particular case-insensitive menu-item substring exists in the list (somewhere) |
| VerifyPartialMatch |
|
Verifies a particular case-insensitive item based on index is has as substring a particular value. |
| VerifySelectedItem |
|
Verifies a particular case-sensitive text item is selected |
| VerifySelectedPartialMatch |
|
Verifies a particular case-sensitive item is selected based on a substring match. |
| ActivateIndex |
|
Activate (double-click) an item based on it's index in the list |
| ActivateIndexItem |
|
Routine to double click an item according to its index in the list. |
| ActivatePartialMatch |
|
Routine to double click an item according to a partial text match. |
| ActivateTextItem |
|
Routine to double click an item according to its text value. |
| ActivateTextItemCoords |
|
Double click a text item at specific Coords. |
| ActivateUnverifiedTextItem |
|
Routine to double click an unverifiable item according to its text value. |
| ActivateUnverifiedTextItemCoords |
|
Double click an unverifiable text item at specific Coords. |
| AssignCellValue |
|
Assigns the value of a cell in a listview to a variable. |
| CaptureItemsToFile |
|
Capture Items To a File specified (if not abs, then to test dir) |
| ClickIndex |
|
Same as (Alias for) ListView ActivateIndexItem |
| ClickIndexItem |
|
Same as (Alias for) ListView ActivateIndexItem |
| ExtendSelectionToTextItem |
|
Routine to Shift+Click and Verify a selection according to its text value. |
| RightClickTextItem |
|
Routine to RightClick (single click) an item according to its text value. |
| RightClickTextItemCoords |
|
Right click a text item at specific Coords. |
| RightClickUnverifiedTextItem |
|
Routine to RightClick (single click) an unverifiable item according to its text value. |
| RightClickUnverifiedTextItemCoords |
|
Right Click an unverifiable text item at specific Coords. |
| SelectAnotherPartialMatch |
|
Routine for multiple selection to Control+Click on an item according to a partial text match. |
| SelectAnotherTextItem |
|
Routine for multiple selection to Control+Click on an item by its text value. |
| SelectIndex |
|
Same as (Alias for) ListView SelectIndexItem |
| SelectIndexItem |
|
Routine to single click an item according to its Index value. |
| SelectIndexItemCoords |
|
Routine to single click an item by Index at specific coordinates. |
| SelectPartialMatch |
|
Routine to select (single click) an item according to a partial text match. |
| SelectRandomItems |
|
Routine to randomly select multiple items in the ListView object. |
| SelectTextItem |
|
Routine to select (single click) an item according to its text value. |
| SelectTextItemCoords |
|
Single click a text item at specific Coords. |
| SelectUnverifiedTextItem |
|
Routine to select (single click) an unverifiable item according to its text value. |
| SelectUnverifiedTextItemCoords |
|
Single click an unverifiable text item at specific Coords. |
| SetListContains |
|
Set a variable with the result of checking that a listview contains the provided item. |
| VerifyItemUnselected |
|
Verifies a particular case-sensitive text item is NOT selected. |
| VerifyListContains |
|
Verify that a list view contains the provided item. |
| VerifySelectedItem |
|
Verifies a particular case-sensitive text item is selected |
| ActivateUnverifiedTextNode |
|
Action to (almost) blindly activate (double-click) a text node. |
| CaptureTreeDataToFile |
|
Copy the current contents of a tree[branch] to a file. |
| CheckTextNode |
|
Checks a node's state icon (checkbox) according to its associated text value. |
| ClickPartial |
|
Action to click a node according to a partial match of its text value. |
| ClickTextNode |
|
Action to click a node according to its text value. |
| ClickUnverifiedTextNode |
|
Action to (almost) blindly click a text node. |
| Collapse |
|
Action to collapse a node according to its text value. |
| CollapsePartial |
|
Action to collapse a node according to a partial match of its text value. |
| CollapsePartialTextNode |
|
Action to collapse a node according to a partial match of its text value. |
| CollapseTextNode |
|
Action to collapse a node according to its text value. Use Collapse instead. |
| CollapseUnverifiedTextNode |
|
Action to blindly collapse a node according to its text value. |
| CtrlClickUnverifiedTextNode |
|
Action to blindly CTRL-click a node according to its text value. Currently, this component function is for JavaTrees only. |
| DoubleClickPartial |
|
Action to double click a node according to a partial match of its text value. |
| DoubleClickTextNode |
|
Action to double click a node according to its text value. |
| DoubleClickUnverifiedTextNode |
|
Action to (almost) blindly activate (double-click) a text node. |
| Expand |
|
Action to expand a node according to its text value. |
| ExpandPartial |
|
Action to expand a node according to a partial match of text value. |
| ExpandPartialTextNode |
|
Action to expand a node according to a partial match of text value. |
| ExpandTextNode |
|
Action to expand a node according to its text value. Use Expand instead. |
| ExpandUnverifiedTextNode |
|
Action to blindly expand a node according to its text value. |
| PartialMatchTreeDataToFile |
|
Copy the current contents of a tree[branch] to a file according to a partial match of itss text value. |
| RightClickPartial |
|
Action to right click a node according to a partial match of its text value. |
| RightClickTextNode |
|
Action to right click a node according to its text value. |
| RightClickUnverifiedTextNode |
|
Action to (almost) blindly right-click a text node. |
| Select |
|
Action to select a node according to its text value. |
| SelectAnotherPartialTextNode |
|
Action to select a node according to a partial match of its text value, in addition to any nodes already selected. Performs selection as if CTRL key were held down during selection. |
| SelectAnotherTextNode |
|
Action to select a node according to its text value, in addition to any nodes already selected. |
| SelectAnotherUnverifiedTextNode |
|
Action to blindly select a node according to its text value, in addition to any nodes already selected. |
| SelectPartial |
|
Action to select a node according to a partial match of its text value. |
| SelectPartialTextNode |
|
Action to select a node according to a partial match of its text value. Performs selection as if CTRL key were held down during selection. |
| SelectPartialTextNodeSpecial |
|
Holds down either Ctrl or Shift while making an item selection with emulating either a Left or Right mouse click. The Selection is made according to a partial match of its text value. |
| SelectStateIcon |
|
Select/check a node's state icon (checkbox) according to its associated text value. |
| SelectTextNode |
|
Action to select a node according to its text value. |
| SelectTextNodeSpecial |
|
Holds down either Ctrl or Shift while making an item selection with emulating either a Left or Right mouse click. |
| SelectUnverifiedTextNode |
|
Action to (almost) blindly click a text node. |
| SelectUnverifiedTextNodeRightClick |
|
Skips many pre- and post-verification checks for right-clicks. Deprecated. Use RightClick instead. |
| SetTreeContainsNode |
|
Sets a user-defined variable with the result of whether a tree contains the provided node. |
| SetTreeContainsPartialMatch |
|
Sets a user-defined variable with the result of whether a tree contains the provided node according to a partial match of the node's text value. |
| ShiftClickUnverifiedTextNode |
|
Action to blindly SHIFT-click a node according to its text value. Currently, this component function is for JavaTrees only. |
| UnCheckTextNode |
|
UnChecks a node's state icon (checkbox) according to its associated text value. |
| VerifyNodeUnselected |
|
Action to verify a particular text node is NOT selected. |
| VerifySelectedNode |
|
Action to verify a particular text node is selected. |
| VerifyStateIcon |
|
Action to verify a particular state icon is selected/Checked. |
| VerifyStateIconUnselected |
|
Action to verify a particular state icon is NOT selected. |
| VerifyTextNodeChecked |
|
Action to verify a particular state icon is selected. |
| VerifyTextNodeUnChecked |
|
Action to verify a particular state icon is NOT checked. |
| VerifyTreeContainsNode |
|
Verify that a tree contains the provided node. |
| VerifyTreeContainsPartialMatch |
|
Verify that a tree contains the provided node according to a partial match of the node's text value. |
| Click |
|
Performs a click on any part of a Window based on a stored x,y coordinate. |
| CloseWindow |
|
Sends a Close command to the active window. |
| CompareStoredProperties |
|
Performs a WindowVP CompareProperties on an object. |
| DoubleClick |
|
Performs a double-click on any part of a Window based on a stored x,y coordinate. |
| GetWinInfo |
|
Gets the value of any property in a window. |
| GoBack |
|
Make the application\device "go back" to the previous state or window. |
| InputCharacters |
|
Sends literal text to the active window via an InputChars command. |
| InputKeys |
|
Sends keystrokes to the active window via an InputKeys command. |
| Maximize |
|
Sends a WMaximize command to the active window. |
| Minimize |
|
Sends a WMinimize command to the active window. |
| PinchClose |
|
Perform a shrinking "zoom out" operation on a touchscreen device supporting the feature. |
| PinchOpen |
|
Perform an expanding "zoom in" operation on a touchscreen device supporting the feature. |
| Restore |
|
Sends a RestorePos command to the active window. |
| RightClick |
|
Performs a right-click on any part of a Window based on a stored x,y coordinate. |
| SelectMenuID |
|
Attempts to select a particular menuitem by menuID. |
| SelectMenuItem |
|
Attempts to select a particular text string menuitem. |
| SelectMenuItemContains |
|
Attempts to select a menuitem based on a partial text match. |
| SetFocus |
|
Set focus on the window. |
| SetPosition |
|
Sends a SetPosition command to the window to set the position, size, and status of the window. |
| VerifyImage |
|
Performs a WindowVP CompareImage OR a RegionImageVP on an object. |
| VerifyMainMenu |
|
Compares the active windows menu system with a benchmark |
| VerifyMenuID |
|
Attempts to verify the state information of a particular menuitem identified by MenuID. |
| VerifyMenuItem |
|
Attempts to verify the state information of a particular text string menuitem. |
| VerifyMenuItemContains |
|
Attempts to verify the state information of a menuitem found by partial text match. |
| VerifyOCRValue |
|
Performs an UNLOGGED WindowVP CompareImage OR a RegionImageVP on an object then attempts to retrieve and compare OCR text to the expected value provided. |
| ClearHighlightedDialog |
|
Clean the highlight rectangle. |
| ClearReferenceCache |
|
Clear the Object reference cache used in a remote engine. |
| EnableDomains |
|
Enable searching domains. |
| GetAccessibleName |
|
Get the AccessibleName of the component, if any. |
| GetCaption |
|
Get the Caption of a component, if any. |
| GetChildCount |
|
Get the number of children, if any, for the provided container component. |
| GetChildren |
|
Get references to the children, if any, for the provided container component. |
| GetClassIndex |
|
Get the ClassIndex of the component, if any. |
| GetClassname |
|
Get the Classname of a component. |
| GetComponentRectangle |
|
Find the component according to Component Test Object's key and get its screen location. |
| GetCurrentWindow |
|
Return a reference to the top-most active (Window) with focus. |
| GetId |
|
Get the ID of a component, if any. |
| GetLevel |
|
Get the Z-order of a component--usually a Window. |
| GetMatchingChildKeysAtPoint |
|
According to screen location, find the test object at that point and return all matching keys in cache. |
| GetMatchingChildObjects |
|
Retrieve an array of child objects that match a recognition string. |
| GetMatchingParentObject |
|
Get a reference to the toplevel Window\Parent that matches the recognition string provided. |
| GetMatchingPathObject |
|
Get the subitem object\node matching the provided Path. |
| GetName |
|
Get the Name (AccessibleName or Name) of the component, if any. The AccessibleName shall be found first and returned, if any. |
| GetNonAccessibleName |
|
Get the non-AccessibleName (Name except for AccessibleName) of the component, if any. |
| GetProperty |
|
Get the value of a specific property from a component. |
| GetPropertyNames |
|
Get the names of all available properties for a component. |
| GetStringData |
|
Get the values, text, or data associated with the component. |
| GetSuperClassnames |
|
Get the hierarchy of superclasses for the component. |
| GetText |
|
Get the (text) value of a component, if any. |
| GetTopLevelCount |
|
Get the number of visible top-level items (Windows?) for the engine. |
| GetTopLevelWindows |
|
Return references to all known top-level items (Windows). |
| GetTopWindowHandle |
|
Get the Windows native handle of the top window containing the component. |
| HighlightMatchingChildObject |
|
Find the component according to Recognition String and highlight it. |
| HighlightMatchingChildObjectByKey |
|
Find the component according to Window/Component Test Object's key and highlight it. |
| IsEnabled |
|
Is the component Enabled (vs. disabled)? |
| IsMatchingPath |
|
Determine if there is a matching Path object. |
| IsShowing |
|
Is the component visible? |
| IsTopLevelPopupContainer |
|
Is the component a top-level Popup Container? |
| IsValid |
|
Does the component still exist as a valid object? |
| SetActiveWindow |
|
Make the component the active (topmost?) Window or Component. |