Skip to content

Rapise Cheat Sheet

Global Shortcuts

Ctrl+S - Save All: Save current test and all open documents

Shift+Ctrl+F - Find in Files

F1 - Show Help for the selected item (source token, selected object in Object tree, selected object in RVL editor)

Ctrl+Z - Undo

Ctrl+Y - Redo

RVL Editor

Ctrl+I - Insert Row

Ctrl+D - Delete Row

Shift+Enter - Add Row After

Ctrl+Down - Show dropdown for the current cell

F2 - Enter edit mode for the selected cell (where LEFT and RIGHT keys move the cursor in the editor field)

Ctrl+P - Show optional parameters for the selected action

Source Editor

Ctrl+C - Copy

Ctrl+V - Paste

Ctrl+X - Cut

Ctrl+A - Select All

Ctrl + / - Comment or uncomment the selected block of JS code.

Tab - Tabify Selection

Shift+Tab - Untabify selection

Ctrl+0 - Collapse all folds

Ctrl+1 - Collapse fold level 1

Shift+Ctrl+1 - Expand fold level 1

Ctrl+2 - Collapse fold level 2

Shift+Ctrl+2 - Expand fold level 2

Ctrl+3 - Collapse fold level 3

Shift+Ctrl+3 - Expand fold level 3

Ctrl+4 - Collapse fold level 4

Shift+Ctrl+4 - Expand fold level 4

F9 - Toggle breakpoint

F12 - Find definition of the selected function/variable

Source Debugger

F5 - Continue executing script

F11 - Step Into Function/Procedure

Shift+F11 - Step Out

F10 - Step Over

Shift+F5 - Terminate Script Execution

Recording Activity Dialog

Ctrl+1 - Verify element under cursor

Ctrl+2 - Learn object under cursor

Ctrl+3 - Finish

Ctrl+5 - Show Spy

Execution Monitor

Shift+Ctrl+F12 - Terminate Execution

Spy: UIAutomation, Java, Accessible, Managed

Ctrl+G - Start/Stop tracking and show properties of the currently selected object

Web Spy

Ctrl+G - Get snapshot Ctrl+T - Start/Stop tracking

Special Shortcuts

Shift+Ctrl+E - Add Engine as a Sub-Test Shift+Ctrl+F5 - Generate Global Object Metadata (This shortcut only works in the Source Editor with a file containing SeSGlobalObject).