Hi guys,
I’ve just started a new process. That basically opens a windows application (I think written in python) in our company called “bee4it”. It’s just a .exe file.
Then do some standard click activity in it.
The problem is, the selector is valid (100 % score). The application open’s but then after the 30 seconds I get an error: Timeout reached
Not even a Log Message right after starting is shown, so all activities inside use Application
don’t run. So i can’t even check for a Check App State
since it doesn’t run.
The app is clearly visible to me and when I stop the process and then click on “indicate on screen” it shows me the app so it does see it.
The timeout for use Application
is set to default 30 seconds. The app when the process starts opens in about 3 seconds.
I really don’t know how to move forward from here.
Anybody has an idea?
PS: I also tried the exact same with classic experience instead of modern ==> Same problem