I am using PAD to open client application and click some buttons on it.
I want my bot to
1) Open the application if it is closed and then click the desired button (which is working as expected)
2) Click the desired button if application is already opened (not working if application is minimized)
It's working fine if application is running at the background but not minimized, but gives error if I manually minimized that window.
I tried to use action Get window to find that window, Set window visibility to set status as maximized but it gives error 'Failed to get window'. I have to make it work because user is possibly use the application manually in between the flows
One more thing is, all the above actions work for default applications like NOTEPAD.EXE, CALC.EXE though these apps are minimized