|
ActivateWindow( )
|
Activates the specified window
|
|
ClickButton( ) |
Clicks a button
|
|
ClickComboBox( ) |
Opens a ComboBox and/or selects an item from the drop-down ListBox
|
|
ClickEdit( )
|
Positions the cursor in an edit control and optionally select some text within it
|
|
ClickHeader( )
|
Performs a click on a Header control
|
|
ClickListBox( ) |
Selects an item in a ListBox control
|
|
ClickListView( ) |
Clicks on an item in a ListView control
|
|
ClickMenu( )
|
Selects a menu option
|
|
ClickScrollHorz( )
|
Performs actions on a horizontal Scrollbar
|
|
ClickScrollVert( )
|
Performs actions on a vertical Scrollbar
|
|
ClickSlider( )
|
Clicks on a Slider control
|
|
ClickSpin( ) |
Clicks on the up or down arrows in an Up/Down control
|
|
ClickTab( )
|
Clicks on a tab in a Tab control
|
|
ClickToolBar( ) |
Selects an item in a Toolbar
|
|
ClickTreeView( ) |
Performs actions in a TreeView control
|
|
ClickWebButton( )
|
Click on various button types including Button, Radio, Checkbox, Submit, and Reset.
|
|
ClickWebComboBox( )
|
Click on a combobox and select a single item.
|
|
ClickWebEdit( )
|
Click on an edit box, optionally selecting some text.
|
|
ClickWebImage( )
|
Click on a graphic image that links to another page, or location within the page.
|
|
ClickWebLink( )
|
Click a hyperlink on the page. This will cause a jump to a new location.
|
|
ClickWebListBox( )
|
Click on a listbox and select a single item. If multiple items are being selected, one command for each will be generated.
|
|
ClickWebUploadFile( )
|
Click on an upload file edit box or browse button.
|
|
CloseWindow( )
|
Performs the equivalent of clicking on the X close button
|
|
CompareFile( )
|
Compares two files with optional masking
|
|
CompareScreen( )
|
Compares a reference image with an image of a specified portion of the screen
|
|
CompareTextFile( )
|
Perform a text comparison of two files
|
|
CompareWindowInfo( )
|
Compares reference data with the internal details of a specified window
|
|
CompareWindowText( )
|
Compares the title of a window against a specified value
|
|
CopyFile( )
|
Copies a file from one location to another
|
|
DateDiff ( )
|
Calculate the difference between two times in seconds
|
|
DateGet( )
|
Get the date and time in the user specified format and/or as seconds
|
|
Delay( )
|
Wait for a specified period of time
|
|
DeleteFile( ) |
Deletes a file
|
|
FileExists( ) |
Checks for the existence of a file
|
|
GetClipboard( )
|
Get text from the clipboard
|
|
GetCurrentDirectory( )
|
Gets the current working directory
|
|
GetEnvVar( )
|
Get the value of an environment variable
|
|
GetInfo( )
|
Gets internal details from a window or control
|
|
GetOS( )
|
Get information about the version of Windows
|
|
GetScriptDirectory( )
|
Get the directory of the current script
|
|
GetScriptName( )
|
Get the name of the current script
|
|
GetUserName( )
|
Get the name of the current user
|
|
GotoURL( )
|
Navigate to the specified page.
|
|
IsFloat( )
|
Checks a variable value to see if it is a floating point number
|
|
IsInteger( )
|
Checks a variable value to see if it is an integer number
|
|
KeyMod( )
|
Presses one or more of the modifier keys (shift, alt or control)
|
|
Keys( )
|
Sends the specified keys to the focus window with variable delays
|
|
LogComment( )
|
Writes a comment to the log file
|
|
MakeDir( )
|
Creates a directory |
|
MouseClick( )
|
Clicks the mouse at a specified location
|
|
MouseDoubleClick( )
|
Double-clicks the mouse at a specified location
|
|
MouseMove( )
|
Moves the mouse to the specified location
|
|
MousePress( )
|
Presses a mouse button at the specified location
|
|
MouseRelease( )
|
Releases a mouse button at the specified location
|
|
MouseWheel( )
|
Performs the equivalent of rotating the mouse wheel
|
|
Pause( )
|
Suspends playback and restores HighTest to the screen
|
|
PutClipboard( )
|
Write text to the clipboard
|
|
ReadFile( )
|
Reads data from an ini-style file
|
|
ReadRecord( ) |
Reads data from a file. Can read multiple values into variables
|
|
RemoveDir( )
|
Deletes a directory and its contents
|
|
RenameFile( )
|
Rename a file with optional overwrite
|
|
SetDir( )
|
Sets the current directory
|
|
SetIgnore( ) |
Dynamically allows HighTest to ignore certain script parameters
|
|
SetLog( )
|
Turns logging on or off for the specified command
|
|
SetLogDirectory( )
|
Sets the directory that the log file is written to
|
|
SetModifier( )
|
Set modifier keys to on or off states
|
|
SetScale( )
|
Sets the scaling factor used to account for changes in screen resolution
|
|
SetSpeed( )
|
Sets the speed of playback
|
|
SetTerminate( ) |
Sets Terminate on Failure on or off for the specified command
|
|
StartApp( )
|
Starts up an application
|
|
StopWatch( )
|
Allows you to track the time between predefined intervals
|
|
StrLen( )
|
Get the length of the string
|
|
StrLeft( )
|
Convert string to all lowercase
|
|
StrLTrim( )
|
Remove leading whitespace characters
|
|
StrMid( )
|
Get text from the middle of the string
|
|
StrRight( )
|
Get text from the end of the string
|
|
StrRTrim( )
|
Remove trailing whitespace characters
|
|
StrRight( )
|
Get text from the end of the string
|
|
StrUpper( )
|
Convert string to all uppercase
|
|
SubString( )
|
Extracts a portion of a string
|
|
TimeStamp( ) |
Writes the current date and time to the log file
|
|
UserMessage( )
|
Displays a message to the user and waits for a response with an optional timeout
|
|
WaitFileExists( )
|
Waits until the specified file exists
|
|
WaitImage( )
|
Waits until the stored image of a portion of the screen matches or doesn’t match the same region of the screen
|
|
WaitInfo( )
|
Waits until an internal detail of a window or control matches the specified value
|
|
WaitPageDone( )
|
Wait until the specified page is done loading. This enables HighTest to stay synchronized with the browser.
|
|
WaitTime( ) |
Waits until a specified time in 24-hour format
|
|
WaitWindow( )
|
Waits until the specified window is found
|
|
WriteFile( )
|
Writes a string of text to a file
|