menu

The table below lists available menu items and toolbar buttons available in the main T-Plan Robot Enterprise GUI window.

  • The tool bar contains just a subset of actions available in the menus.

  • Menu items with names in green are new to version 2.x.

  • Menu items with names in dark red are new to version 3.x.

  • Keyboard shortcuts marked with an asterisk in red color (*) are configurable through the Menu & Toolbar panel of the Preferences Window.


Menu

Menu Item

Keyboard Shortcut

Icon

Description

File

New Project

Ctrl+Shift+N


Create a new project.

Open Project

Ctrl+Shift+O


Open an existing project.

Reopen Project



Reopen one of the previously opened projects.

Close Project



Close the current project.

New Script

Ctrl+N*

worddav3ac205cfa09d23a7aa13da18447b4777.png

Open a new script editor (untitled). The content type is by default set to the proprietary script language. Should you want to convert the editor to a Java class, save it to a file with .java extension.

Open Script

Ctrl+O*

worddav592571b73ccc50e251c5cd2468c8c7da.png

Open an existing script in a new editor.

Reopen Script



Reopen a script. T-Plan Robot Enterprise maintains a list of max. 10 previously opened scripts which are saved in the user preferences. This menu provides a quick way to reopen them.

Save Script

Ctrl+S*

worddavb7c7f8d2194d6703d6724a0076a2c955.png

Save content of the active editor. If the script is untitled, a file browser gets displayed and user has to specify a file name to save the script to.

Save Script As



Save content of the active editor under a different name. A file browser gets displayed and user has to specify a file name to save the script to.

Save All


worddav3a4e71907077be3289bde3a501fb4284.png

Save all open modified scripts. A file browser gets displayed for each untitled script and user has to specify a file name to save the script to.

Export To Java

Ctrl+J


Export script in the active editor to Java code. This will open a new editor with a complete Java class which has the same functionality as the original script. A window with preferences is displayed before the conversion takes place to allow customization of the output Java code. This functionality is available only if the active editor contains a script in the scripting language and the menu item is disabled for other contents.

Close Script

Ctrl+W*


Close the active editor. If the content is modified, a warning message gets displayed with options to save/discard the changes or to cancel the operation.

Close Other



Close all editors except for the active one.

Close All



Close all editors. A warning message gets displayed for each modified editor with options to save/discard the changes or to cancel the operation.

Delete Script


worddav49ba35d6dce88877df11d776918e92cb.png

Delete the script in the active editor.

Exit



Close the application and exit. Any connection to a desktop is shut down. A warning message gets displayed for each modified editor with options to save/discard the changes or to cancel the operation. If a script is being executed, a warning is also displayed with options to stop the execution(s) or cancel the shut down operation.

Edit

Undo

Ctrl+Z

worddavcdaac6e9a5685753d9aae4d90147827b.png

Undo the last edit in the active editor.

Redo

Ctrl+Y

worddava8a2f3be49c44fb5650e4c29164f7719.png

Redo the last edit in the active editor.

Cut

Ctrl+X

worddaveffd63c9f7679398c340366c00b7e738.png

Cut selected text to the clipboard.

Copy

Ctrl+C

worddav6fbd3b25795a8c739d6dff69e66b2242.png

Copy selected text to the clipboard.

Paste

Ctrl+V

worddav4eaa6be3af8ca4bd448bc87a043b1274.png

Paste content of the clipboard into the active editor.

Select All

Ctrl+A


Select all text in the active editor.

Comment Out/Uncomment

Ctrl+/


Comment out or uncomment the current code line or selected text.

Find/Replace

Ctrl+F


Find and alternatively replace a string in the active editor.

Go To Line

Ctrl+G


Go to a line specified by a number in the active editor.

Code Templates


worddav33899ad518f0fb53cc2ae12aa8553cb6.png

Open the Code Template Editor window.

Preferences


worddave7530ee585d76f8e9e05680057220906.png

Open the Preferences window.

Script

Record

Ctrl+Alt+R*Right Alt Right Ctrl

worddav4b8c31942663ded22492af2be82fc442.png

Start/Stop recording of the actions performed in the desktop viewer into the active editor. See the Script Recording page for more information on this feature. To exit the recording mode in the Local Desktop connection press the right Alt or Control key.

Component Capture


worddav990ef678e5768cbef8114b227d92da0a.png

Open the Component Capture tool to create a script action on top of a component image, color or text recognized through OCR (since v2.2).

Pinch/zoom


worddav9be554c0a7bed7c9c7992fb800115ec6.png

Perform the pinch or zoom gesture on the connected device (since 3.5).

Screenshot Command

Ctrl+Alt+S*

worddavfb6ebfad287b1a874eb2fa17edce13a2.png

Display the Screenshot Command window which allows you to construct a Screenshot command and insert it into the active editor.

Compareto Command

Ctrl+Alt+C*

worddav729f0eeb05f3c95a954d8b2d0fc17731.png

Display the Compareto Command window which allows you to construct a Compareto command and insert it into the active editor.

Waitfor Command

Ctrl+Alt+F*

worddav183c4911bdf9d086dbfadf8dcab13062.png

Display the Waitfor Command window which allows you to construct a Waitfor command and insert it into the active editor.

Image Doctor Records


worddav9c597d6c73413276486958cfff0bed7a.png

Display the Image Doctor Records window which shows the records of failed image comparisons.

Compile

F9


Compile script in the active editor.

Execute

F5

worddavae203110e28d2cccb670e7a553bec5b2.png

Execute/pause/resume the current workitem or the script in the active editor.

Execute Selection

Shift+F5

worddav65ac9ce490feaae2e287c4ebfbe89f3d.png

Execute/pause/resume commands selected in the active editor. See the editor Execute Selection feature.

Stop

Ctrl+F2

worddavc129824528cdab00f0bbf513c70815b0.png

Stop the workitem or script execution.

Enable Image Doctor


worddav9c597d6c73413276486958cfff0bed7a.png

Enable or disable the Image Doctor which allows to resolve failed image comparisons without having to stop the script executions.

Enable Image Doctor Warning


worddav9c597d6c73413276486958cfff0bed7a.png

Enable or disable displaying of the Image Doctor Warning window in the automation mode (when Robot was started with the r/-run CLI option). This menu item is present in the menu only in the automation mode. The option may be alternatively updated in the Image Doctor screen of the Preferences window.

Step-by-step execution


worddavd1081a24063b1722416d9785aa7617ae.png

Step by Step Execution flag. If this flag is selected, the script execution is paused after every line. See also the Execute Selection chapter of the Script Editor page.

Follow Execution Trace


worddav4f2a02b3570775317c6a24679215e3ea.png

This is a flag specifying whether to follow the currently executed line in script editor. When a script is being executed, T-Plan Robot Enterprise switches among editors and scrolls the view to show the executed line. Deselecting of this menu item/toolbar button switches this feature off. Also when you switch open editors manually or start to edit a file during a script execution, this flag gets automatically deselected.

Show Execution Animations



Enable or disable animations showing mouse, keyboard and image comparison actions on the desktop view during a script execution.

Disable Output



Disable all script execution outputs. When selected all ScreenshotReport and Log commands or their counterpart Java methods will be executed successfully but they will not produce any files. This button has the same functionality as the --nooutput CLI option. See the CLI Options for more info.

Workitem Editor


schedule_edit16.png

Open the Workitem Editor tool. It allows to create workitems (formerly called "schedules") which define sequences of one or more scripts to be executed within a single Robot process.

Desktop

Connect Desktop



Connect to a desktop. The Login Window gets displayed and user can connect to another server. Once the authentication succeeds and the remote desktop image is received, T-Plan Robot Enterprise displays the server desktop in the desktop viewer.

Disconnect Desktop



Disconnect from the currently connected desktop.

Reconnect Desktop



Reconnect a desktop. T-Plan Robot Enterprise maintains a list of max. 10 previously connected servers which are saved to the user preferences. This menu item provides a quick way to reconnect them. Passwords are not saved and must be specified each time through the Login Window.

Read Only Mode


worddav4ceab80f25e07b2d63874067b149201a.png

This flag allows to switch the desktop viewer to read-only mode. See the desktop viewer help topic for more.

Display Workflow When Connected



Show light bulb on or hide light bulb off the workflow panel when a desktop is connected.

Desktop Preferences


worddave7530ee585d76f8e9e05680057220906.png

Short cut to the Desktop Viewer panel of the Preferences window.

Tools

Keyboard Tool

Ctrl+K


Display the Keyboard Tool window.

Take a Screenshot

Ctrl+T


Display the Take a Screenshot window which allows to save the desktop image or its part to a file.

Plugins



Display the Plugin Manager Window supporting plugin listing, installation, uninstallation, enabling and disabling as well as discovery of plugins available in a JAR file or Java class path.

License Key Manager


worddav4e3f4d5ddef936e5768bb36a9c16b2a6.png

License Key Manager is a simple window allowing to add or remove license keys. It displays automatically on startup when no valid license is installed and it is also availabe through this menu item. Role of license keys is described in the T-Plan Robot Enterprise Release Notes.

Update & Upgrade



Update & Upgrade window exposes T-Plan Robot Enterprise releases from the T-Plan release server and allows to download new software versions and/or upgrade the current installation.

Result Manager


worddavf386e1a9520aa461d4fdc4a52af1e9ed.png

Result Manager keeps track of results produced by scripts since the application start and allows their viewing, editing and saving.

Export Script Comments


worddav3bf5690d9e58db822ad66bf4bc00cdad.png

Export Script Comments window allows to process comments present in the main script body and export them to a file.

CLI Wizard


worddavdb69843cbd4eadf1a7f6948f0dace323.png

Create a CLI command which will start Robot and execute the selected script (since 3.2). The command may be then stored to a batch file (Windows) or a shell script (Linux/Unix) and called from third party schedulers to execute the script automatically.

Character Capture


worddav89a88a0c06b46ea116e32fcc0aa47888.png

Character Capture Wizard window allows to create, view and maintain character image collections.

Help

About



Display the About Window. It contains the T-Plan Robot Enterprise version (including the build number), copyright info, license text and system properties of the current Java environment.

Log Viewer



Log Viewer window manages the T-Plan Robot Enterprise application logs.

Help Topics

F1

worddavee5f33d5433fbadfadd1b73c91ec8d92.png

Display contents of the T-Plan Robot Enterprise Online Help.