Jump to content

Browser Object Creation Failed


 Share

Recommended Posts

My program is super simple with only 2 lines of code.

#include <IE.au3>
$Site = _IECreate("www.google.com", 0, 1, 1)

I'm just trying to open up a browser that goes to google.com

The issue with this is that whenever I try and run the program, I get this error

Quote

IE.au3 T3.0-2 Error from function _IECreate,  (Browser Object Creation Failed)

Not sure how to go about fixing this issue?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...