# DELAY

The DELAY component allows to slow down the output.

When using Keyboard Emulation to type in multiple fields in a program, it may be necessary to include a DELAY component between the fields. This will allow the program to fully load each part of the user interface and prevent any data loss.

# Seconds

The component allows to specify the number of milliseconds to wait.

You can convert seconds to milliseconds by adding 3 zeros:

Seconds Milliseconds
1 1000
2 2000
3 3000
4 4000
5 5000
6 6000
7 7000
8 8000
9 9000
10 10000