Keyboard
Keyboard activity is used for writing text to the application active on the screen via the keyboard to the desired area.
| *Text | The text to be written in the desired field in the active application is written here. It can also be entered as a variable. Note: The variables are used in ${} in Robusta RPA. |
| Press key after typing | It is chosen which key will be pressed after typing. |
| Wait after typing (ms) | After typing, the information about how long to wait is entered. |
Note: * Fields selected with are required, others are optional.
Text example
You can use the Text as shown in the example.
Hello world
${result}
Press key after typing example
You can use the Press key after typing x as shown in the example.
TAB
Wait after typing (ms) example
You can use the Wait after typing (ms) as shown in the example.
500