Table of contents
- 1. Description
- 2. Parameter(s)
- 3. Example(s)
- 4. See also
Description
SendKey function is intended to send characters one by one, with a particular management of special characters.
Thus, to send a "+" using this feature, you must encode NUMPAD {+}
If your need is to send a string that can contain any type of characters, such as a password, this function is not recommended.
Then you must use the SendString function, which send the whole string expected.
SendKey Delay
Setting a delay in the setting "Delay SendKey" in the properties of a scenario from the "Client Environment" tab.
A correction was made in 751CU3:
CU3 2012-06-14 Symptom: The [Delay] parameter for the Sendkey function is ignored. Fix: Fixed to SendKey function. Remark: None.
Parameter(s)
Example(s)
Comments