gfcaim Posted October 14, 2013 Posted October 14, 2013 Hi, I have no problem opening other web pages, such as google etc. by this method, but the below URL fails, why? (the page does open but then the script fails and quits. I need to get $oIE as i then want to continue with auto logon) #include <IE.au3> dim $oIE = _IECreate("https://secure-ausomxbda.crmondemand.com") Below is the error message: ...Documents\Apps\AutoIt3\Include\IE.au3 (560) : ==> The requested action with this object has failed.: WEnd WEnd^ ERROR ->09:05:12 AutoIT3.exe ended.rc:1 [font="Comic Sans MS"]"I'm not usually a praying man, but if you are up there, please save me Superman!" (Homer J. Simpson)[/font]
gruntydatsun Posted October 14, 2013 Posted October 14, 2013 Works fine with IE10 on Win7 32bit on my end Maybe the problem is occurring a little further down in your script. Post more of your code.
Solution Danp2 Posted October 14, 2013 Solution Posted October 14, 2013 Upgrading to the latest beta version of AutoIT along with the newer version of IE.au3 should resolve the issue. Latest Webdriver UDF Release Webdriver Wiki FAQs
gfcaim Posted October 16, 2013 Author Posted October 16, 2013 Thanks for the advice - will try upgrade. We're still using IE8 on the company PCs so that may not be helping the issue... [font="Comic Sans MS"]"I'm not usually a praying man, but if you are up there, please save me Superman!" (Homer J. Simpson)[/font]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now