Hi All,
I am running a PA Desktop flow to run through steps in a older Windows application. The problem I have is that when a button in clicked in the application an 'overlay' window appears (to continue the next steps) but as the original button remains in the background window, PA continues to click it even though the original click was successful - even after multiple following steps have been completed, PA continues to try to click the original button in the background, meaning the windows are continuously switching focus and causing the flow to fail.
Is there a way to set the amount of times the button is clicked or a timeout on that particular click?
So far I have tried:
1. Adding a variable 'button clicked' within a IF loop to change the variable upon click - doesn't move on from the Click UI element so remains cycling back to original action
2. Wait for 'overlay' window to appear - again keeps trying to click the original, even though overlay windows is present
Any advice would be really appreciated..