
Hi everyone,
We have scenarios where "Wait" action is required before "Send Keys" (sending tabs to navigate to a field)
Same application behaving differently on different systems. We want to understand if these static delays can be avoided or are they required to adjust the runs across systems
Here is a sample analysis of a flow run processing the same data in different systems with and without delays
Original - with delays
Modified - without delays
| Test No | Flow Version | System | Runtime |
| 1 | Original | System1 | 3min 22s |
| 2 | Modified | System2 | 2min 21s |
| 3 | Modified | System1 | 4min 27s |
| 4 | Original | System2 | 5min 30s |
I would say this is normal. Ideally, you could wait for an element or an image, and then do your Send Keys, which will allow the bot to continue once it realizes it's ready, but I don't think you are doing anything abnormal.