Answer the question
In order to leave comments, you need to log in
What is the object model of Chrome?
I searched on Google, in Google.Dev, I did not find it. Need to get the GoogleChrome object model in VBScript . For InternetExplorer, this is done with the command
Set ie = CreateObject("InternetExplorer.Application")
ie.menubar=0
ie.toolbar=0
ie.addressbar=0
ie.statusbar=0
Answer the question
In order to leave comments, you need to log in
I want to upset everyone. Chrome doesn't have an object model because it doesn't support Microsoft's ActiveX feature (Even Microsoft doesn't support it anymore). Now the only option left is to download JS frameworks for this (NW.js is one of the best and is supported on Win7) or write programs for reading and interpreting Html css in PL. The same goes for NW.js: Apps run just fine on it, but take up over 220MB (a lot). Why is this happening ? NW.js builds Chrome80 engine and Node.js
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question