This commit is contained in:
ethernet 2026-06-18 16:07:42 -04:00
parent 7bf9e37167
commit 4d88c0f161

View File

@ -33,9 +33,9 @@ try {
FileAppend("ERROR: Hermes installer window did not appear within 30s`n", "ahk.log")
ExitApp(1)
}
ToolTip("Hermes window appeared. Sleeping for a second.....")
ToolTip("Hermes window appeared. Sleeping for a few seconds.....")
Sleep(5000)
Sleep(10000)
WinGetPos(&x, &y, &w, &h, winTitle)
FileAppend(Format("Window found at x={1} y={2} w={3} h={4}`n", x, y, w, h), "ahk.log")