Jump to content

evoportals

Members
  • Posts

    2
  • Joined

  • Last visited

evoportals's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I just wanted to chime in here. YES... the new version of Autoitit has broken the IE.au3 library. EACH function in IE.au3 must now be manually rewritten with a COM error handle. You can't handle the COM errors in your script unfortunately as the functions reside in IE.au3. Yes it is a total mess now and I have been speaking out about this and warning people to AVOID IE.au3 library at all costs. It is not a viable library to use with Autoit anymore. If you need to automate IE and don't want to rewrite your required IE.au3 functions then I would recommend a different programming language like Python since the IE libraries are stable and correctly coded.
  2. Just wanted to give everyone a heads up to avoid IE.au3 at all costs. The new version of autoit has broken stability and reliability of this library. If you are looking to automate IE or other browser I would recommend going with Python as the browser libs are stable and reliable. Below is just one example of the random crashes that IE.au3 produces on a KNOWN good object. Avoid at all costs. "C:\Program Files\AutoIt3\Include\IE.au3" (1899) : ==> The requested action with this object has failed.: If IsObj($oObject.document.getElementById($sID)) Then If IsObj($oObject.document^ ERROR
×
×
  • Create New...