Search

Send Keys

Last Updated: Mar 8, 2023

Articles

Use this function to send keys to the given Window/Application.

Syntax

Send Keys (title, data, is_spcl_key, modifiers)

Parameters

Input Parameter Name Description
title Title of target window
data Key Text
is_spcl_key True to send special key otherwise False
modifiers Modifier key. Pass None if no modifier

Sample

Send Keys (notepad++,s,True ,^)

  • Send the key s with the modifier ^(ctrl) to the Notepad++ Application.

To view all the UI functions, click here.

Ensure that the RDP is not in minimized state.

Did you find what you were looking for?