Commands to show text messages to users. | |
Attempt to force the main app window to desktop’s foreground. | |
Allows manual intervention when selecting and injecting user credentials. Primarily for Flash, Java or IE compatibility mode web apps. | |
Opens a web URL in the user’s default browser. | |
Performs a left mouse click at the specified location. | |
Write a message to the agent’s log file. | |
Controls the processing of a script in the event of a runtime error. | |
Saves the changes to a bookmark’s password after the bmNewPassword attribute has been referenced. | |
Finds the most suitable bookmark credentials for the running application. | |
Selects a control on the target application’s foreground window. | |
Injects the supplied text to the foreground window. | |
Changes the text of a selected windows control. | |
Starts a desktop app when a web vault tile is clicked. | |
Clears the last selected control. | |
Pauses script execution for a specified number of milliseconds. | |
The WaitProcess command pauses the execution of the script until a matching process is identified, or the timeout expires. | |
Defines a block of script that will run when the specified window becomes the foreground window. | |
Defines a block of script that will run once if the app is started from the web vault. |
Attribute | Data Source |
---|---|
bmAppArgument | Template: Command Line Arguments field |
bmAppPath | Template: Path to App field |
bmEnc1 | Bookmark: Extra Encrypted 1 field |
bmEnc2 | Bookmark: Extra Encrypted 2 field |
bmTitle | Bookmark: Title field |
bmNewPassword | Forces new password generation, if policy available |
bmOldPassword | Current password, or password prior to last bmNewPassword reference |
bmNotes | Bookmark: Notes field |
bmPassword | Bookmark: Password field |
bmUsername | Bookmark: Username field |
bmTemplateName | Template: Name field |
bmTemplateDescription | Template: Description field |
Note
The SendKeys
option values must be typed in exactly as shown.
E.g. SendKeys BACKSPACE
SendKeys UP_ARROW
See also SendKeys.
Required Key |
|
---|---|
Alt | ALT |
Backspace | BACKSPACE |
Break | BREAK |
Control | CTRL |
Caps Lock | CAPSLOCK |
Del | DEL |
Delete | DELETE |
Down Arrow | DOWN_ARROW |
End | END |
Enter | ENTER |
Esc/Escape | ESCAPE |
Help | HELP |
Home | HOME |
Ins | INS |
Insert | INSERT |
Left Arror | LEFT_ARROW |
Num Lock | NUMLOCK |
Page Down | PAGEDOWN |
Page Up | PAGEUP |
Print Screen | PRINTSCREEN |
Right Arrow | RIGHT_ARROW |
Scroll Lock | SCROLLLOCK |
Shift | SHIFT |
Tab | TAB |
Up Arrow | UP_ARROW |
Function Key 1 | F1 |
Function Key 2 | F2 |
Function Key 3 | F3 |
Function Key 4 | F4 |
Function Key 5 | F5 |
Function Key 6 | F6 |
Function Key 7 | F7 |
Function Key 8 | F8 |
Function Key 9 | F9 |
Function Key 10 | F10 |
Function Key 11 | F11 |
Function Key 12 | F12 |
Function Key 13 | F13 |
Function Key 14 | F14 |
Function Key 15 | F15 |
Function Key 16 | F16 |
Keypad ‘+’ | KEYPAD_ADD |
Keypad ‘-‘ | KEYPAD_SUBTRACT |
Keypad ‘*’ | KEYPAD_MULTIPLY |
Keypad ‘/’ | KEYPAD_DIVIDE |