Hi Community,
We are working on a RPA solution, where the bot is expected to fill in various PDF forms. Now, the PDF forms are such that selectors are not identifiable. Therefore in order to enter data, we have had to resort to using Send Key activity and sending Tabs and Enters. The issue that we are facing is that in Debug mode and when we are watching the robot execute the flows, this is working absolutely fine. However when we call the Desktop Flow from another flow, the Send Key is sending instructions so fast that the robot is either missing fields entirely or entering data in wrong fields. This issue is more aggrevated when the robot is running in unattended mode and producing a lot of accuracy issues. I have ensured that I am using a Get Window Instance activity and using the Same Window Instance for all the Send Key activities and I have also put a 0.5 sec delay before each Send Key.
Any suggestion to make the solution more reliable would really apreciated.
Warm Regadrs,
Sajal