Winwait not working with COM/DOM

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
MonuKashyap
Posts: 112
Joined: 06 Jun 2016, 21:32

Winwait not working with COM/DOM

28 Jul 2020, 04:47

The "Winwait" command of autohotkey is not working with COM/DOM
with this code :

wb:=ComObjCreate("InternetExplorer.Application")
wb.visible:=True
wb.Navigate("www.anysite.com")
while wb.busy
sleep 100
wb.document.getElementById("MyId").contentWindow.document.getElementsByTagName("input")[2].click()

Winwait Web Message ;;;<------------- This one is not working!---------------

Can someone tell me, why its not working and
how it can be solved..
pls....
MonuKashyap
Posts: 112
Joined: 06 Jun 2016, 21:32

Re: Winwait not working with COM/DOM

28 Jul 2020, 07:43

well, winwait works for secondtime :clap:
but not at first :roll:

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: hedehede81, OrangeCat and 311 guests