Dear All, Good Day
I have created an Autoit script which runs perfectly on local machine,but when i call the same script from a remote machine it failed (window in disable mode, every time when i click manually the screen the script will work). Even i tried mouseclick but failed, please advise.
Note: My ultimate aim is to automate the task using a automation scheduler which installed on a separate system.
Please check my below script
Run("C:\Program Files (x86)\ITProgararm\prgm.exe")
Send("{ALTDOWN}{ESC}{ALTUP}")
WinWaitActive("Log into Database Server")
Send("username{TAB}password{ENTER}")
WinWaitActive("Error","")
Send("{ENTER}")
WinWaitActive("ITProgararm - Program Monitor","")
Send("{CTRLDOWN}f{CTRLUP}")
MouseClick("left",135,944,1)
WinWaitActive("ITProgararm - Program Monitor - [Authorizers]","")
MouseClick("left",40,109,2)
WinWaitActive("ITProgararm - Program Monitor - [Authorizer VASA Information]","")
MouseClick("left",176,95,1)
MouseClick("left",87,941,1)
MouseClick("left",1266,8,1)
Thanks in advance
VL.Ganesh