Page 1 of 1

How can I create ComObject with other browsers?

Posted: 21 Apr 2018, 15:40
by my-lord
Hello guys.I want to create ComObject with Chrome browser.Is this possible?How can I do this?
Normally we can create ComObjects with IE in the following way:

Code: Select all

(pwb2 := ComObjCreate("InternetExplorer.Application")).Visible:=True

Re: How can I create ComObject with other browsers?  Topic is solved

Posted: 21 Apr 2018, 20:18
by gregster
IE is the only browser with COM support - in Chrome you could use this instead: https://autohotkey.com/boards/viewtopic ... chrome.ahk