Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using edge instead IE

Status
Not open for further replies.

2009luca

Programmer
Jul 27, 2013
221
0
16
IT
IE not no longer supported...

i can use EDGE, insrtead:

Set IE = CreateObject("InternetExplorer.Application")
 
OK, if the question is "Can I automate Edge in the same way I automate IE, then no, Edge cannot be directly automated from VB(A). You would need get hold of the Edge WebDriver and the latest version of Selenium.

If the question is "Since IE is no longer supported will I be forced to use Edge?" then the answer is no. What has been dropped is the IE desktop application. However, the automatable components (e.g the Microsoft Internet Controls used by VB6, and MSHTML, the Microsoft HTML Object library)) currently remain supported until at least 2029 (indeed, you can still actually open the desktop application on even Windows 11, just not directly).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top