com object creation in edge and chrome-autohotkey

550 Views Asked by At

We have a tool where autohotkey is used and the tool is designed to work for Internet explorer. As you know now Internet explorer is no more used, we have to switch the code to work with other browsers. We have used comobject for Internet explorer:

'ie := ComObjCreate("InternetExplorer.Application")`
`ie.Visible := true'

I have seen in some forums that comobject is not supported for Edge and Chrome. Can you suggest the alternate for above code?

TIA.

0

There are 0 best solutions below