Jump to content

Search the Community

Showing results for tags 'ie include'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. I have a script that generates this message after exactly 30 cycles or pages. For the past week it was working just fine, and then last night began the behavior again. As you can see, its an error within the IE.au3 include. "C:\Program Files (x86)\AutoIt3\Include\IE.au3" (1875) : ==> The requested action with this object has failed.: If IsObj($oObject.document.GetElementsByName($sName).item($iIndex)) Then If IsObj($oObject.document^ ERROR The code that calls & uses this information is below...nothing fancy, but why does it fail after exactly 30 cycles ? Not even sure its my code that is failing...or the include. $InBox = _IEGetObjByName($oIE, "CaseNumber") _IEAction($InBox, "focus") $msgIS = _IEFormElementSetValue($InBox, $PID) $SButt = _IEGetObjByName($oIE, "submit") _IEAction($SButt, "focus") _IEAction($SButt, "click") I'm using the latest stable version of AutoIt (v3.3.14.2) The system is Widows 7 with IE 11. Both have all the latest updates. Thanks for any insight you might offer... Rich
×
×
  • Create New...