From 4d1a1ba4431d1ec3bce62b0c5de4766f44ae7b9f Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 7 Jan 2020 11:14:01 -0600 Subject: [PATCH] updated control name --- BuildAuto.ahk | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/BuildAuto.ahk b/BuildAuto.ahk index a0f6298..14ef326 100644 --- a/BuildAuto.ahk +++ b/BuildAuto.ahk @@ -12,28 +12,28 @@ sleep 10000 WinActivate, Accenture CAS Modeler sleep 1000 -ControlGetText PresetUser,WindowsForms10.EDIT.app.0.141b42a_r25_ad12 +ControlGetText PresetUser,WindowsForms10.EDIT.app.0.141b42a_r29_ad12 ; only set the username if not preset. if !PresetUser { - ControlSend WindowsForms10.EDIT.app.0.141b42a_r25_ad12,%1% + ControlSend WindowsForms10.EDIT.app.0.141b42a_r29_ad12,%1% sleep 1000 } -ControlSend WindowsForms10.EDIT.app.0.141b42a_r25_ad11,%2% +ControlSend WindowsForms10.EDIT.app.0.141b42a_r29_ad11,%2% sleep 1000 -ControlClick WindowsForms10.BUTTON.app.0.141b42a_r25_ad12 +ControlClick WindowsForms10.BUTTON.app.0.141b42a_r29_ad12 sleep 30000 WinActivate, Accenture CAS Modeler - Version -sleep 5000 +sleep 10000 ;Click,right,114,114 ControlClick,x114 y114,Accenture CAS Modeler - Version,,right -sleep 5000 +sleep 10000 ControlSend,,gg{enter},Accenture CAS Modeler - Version -sleep 5000 +sleep 10000 ControlSend,,{enter},Get Latest Version \ No newline at end of file