RDP > Code generation > Basic recording options
Enables you to control the way VuGen creates a script—the level of detail, triggers, and timeouts.
To access |
Record > Recording Options > RDP > Code Generation - Basic
|
Important information |
This node is available only for specific protocols. For a complete list of protocols and their associated nodes, see Protocol compatibility table.
|
User interface elements are described below:
UI Element | Description |
---|---|
Always generate connection name |
If selected, the function call will contain the ConnectionName parameter. If not selected, the functions will only contain this parameter if more than a single rdp_connect_server appears in the script. Default value: disabled. |
Automatic generation of synchronization points |
Synchronization points allow the script to pause in the replay while waiting for a window or dialog to pop-up, or some other control to fulfil a certain condition. This option automatically generates sync_on_image functions before mouse clicks and drags (enabled by default). The Sync radius is the distance from the mouse operation to the sides of the rectangle which defines the synchronization area. The default is 20 pixels. Select one of the following options:
|
Generate mouse movement calls |
Generates rdp_mouse_move calls in the script. When enabled, this option significantly increases the script size. Default value: disabled. |
Generate raw keyboard calls |
Generates rdp_raw_key_up/down calls as if the script level was set to Raw. Mouse calls are still generated, according to the script level. If disabled, VuGen generates Keyboard calls according to the script level. If the script level is set to Raw, this option is ignored. Default value: disabled. |
Generate raw mouse calls |
Generates rdp_mouse_button_up/down calls as if the script level was set to Raw. Keyboard calls are still, generated according to the script level. If disabled, VuGen generates Mouse calls according to the script level. If the script level is set to Raw, this option is ignored. Default value: disabled. |
Script generation level |
The level of the script and the type of API functions to use when generating the script.
|