wwwww
This commit is contained in:
parent
7bf9e37167
commit
4d88c0f161
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user