I'm working with a desktop application. On a particular screen I need to select the 1st row of data and right click. This brings up a sub menu where I need to arrow down 3 times then mouse click or hit enter to select the item "Complete". This brings up another screen indicating that the actions were successful. So to summarize select row - arrow down 3 times then hit enter.
I'm using region mode to select the row. These are the nav stage config: Global Send Keys are arrowing down and Send Key Events is hitting enter.
This works when run from Object studio but when I run this in Process studio, it goes through the motions of down-down -enter but does not click enter. If I step over the action in Process studio it works.
I've tried adjusting the wait times, I've added sleep to the process, I've broken out the one nav stage to 3 separate stages - nothing works.
Has anyone seen this type of issue before? How do I resolve?