D
D
Dmitry Khvatov2020-03-12 18:56:21
Google Chrome
Dmitry Khvatov, 2020-03-12 18:56:21

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")


How to do the same with Chrome and stay alive? And with the help of what objects can you remove the status bar, yurl bar, etc. in the opened Chrome window ...

In IE, this is removed using

ie.menubar=0
ie.toolbar=0
ie.addressbar=0
ie.statusbar=0


I'm looking for an analogue of these functions for Chrome

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Khvatov, 2020-03-19
@Dimarik9

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 question

Ask a Question

731 491 924 answers to any question