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

wackywoo105

Registered User.
Local time
Today, 02:10
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?
 
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

Back
Top Bottom