I have an .exe file that I'm running using Start-Process. Once this exe is launched, I want to perform certain steps like click on the 'Next' button or some other button on that exe. How can I perform these actions on a exe through shell script?
Start-Process -FilePath $MyExe -WorkingDirectory $MyPath