Controlling a webpage with Set IE = CreateObject("InternetExplorer.Application") alternative? (1 Viewer)

wackywoo105

Registered User.
Local time
Yesterday, 23:52
Joined
Mar 14, 2014
Messages
203
I've started using Set IE = CreateObject("InternetExplorer.Application") to try and control a webpage.

Given IE is no longer supported, is it possible to do this using chrome or Edge?
 

Edgar_

Active member
Local time
Today, 01:52
Joined
Jul 8, 2023
Messages
431
chrome or Edge
If you manage to make Selenium for VBA work, yes.

If not, you can use Selenium in other platforms. I prefer using Google's Puppeteer library, for JavaScript. This library controls a browser called Chromium, which is the same technology that Edge and Chrome use. There are others but I doubt you'll find variety for VBA.
 

Users who are viewing this thread

Top Bottom