Robot stands still after opening an Application

Hi,
im currently building a robot that reads data out of an excel-spreadsheet and types the data into a desktop application. Unfortunately, the robot stands still, after it opened the windows desktop application until the timeout is reached. What can I do in this case?
Thx, Fabian

Hi @FAB

Try a “Click” activity to click on Desktop Application once
Or
Enable “Click Before Typing” option in “Type Into” activity property

Regards,
Shaf

Thx for your answer Shaf, i found the problem.

The problem was within my exe.file, i generated a new exe file and now the robot is able to detect the open application properly.

regards, Fabian

1 Like