LHCompter Posted August 22, 2018 Posted August 22, 2018 (edited) Does anyone got any idea why I get this error ?--> IE.au3 T3.0-2 Error from function _IECreate, (Browser Object Creation Failed) Code : #Include <IE.au3> Global $oIE = _IECreate ("http://www.google.com") Browser : Maxthon Edited August 22, 2018 by LHCompter
TheDcoder Posted August 22, 2018 Posted August 22, 2018 IE stands for Internet Explorer, and IE.au3 only works with Internet Explorer... not sure how and why you are trying to use it with a different browser? EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion
LHCompter Posted August 22, 2018 Author Posted August 22, 2018 God damn....is there any other method for other browsers ?
TheDcoder Posted August 22, 2018 Posted August 22, 2018 There isn't really a direct way for other browsers, but i recall someone made an UDF for Firefox (doubt it would work latest versions of Firefox though). You can also try UIAutomation which is a more generic way: EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion
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