How to run autoit.exe remotely in grid nodes? Autoit files are in my project when ever I run a job from jenkins code will be pulled to the hub then start running test cases in nodes and autoit script wont run. But when run same in my local its working.
Runtime.getRuntime().exec(".\\AutoIT\\filedownload.exe");
Comments
Post a Comment