Question
Nationwide Building Society
GB
Last activity: 4 Feb 2019 23:18 EST
Asynchronous Automation
Hi,
I'm automating an application which intermittently is generating a "Script Error" pop-up which interrupts and prevents the automation from completing. I've captured this pop up twice now in development mode but it is not interogatable. Therefore I'm thinking of setting up a timer on an asynchronous thread in the automation so should the pop up appear the timer will timeout on the asynchronous thread and therefore I can handle the pop up by force closing the host application. However I don't know how to do this. Hope this makes sense. Any other suggestions would be most welcome
Thanks
Rich