Esc or Del key being pressed Hello
I am using Automation Anywhere to test the software we write. I been working on a script for some time which calls other tasks. I'm finding that after one task has completed it seems to press either the delete or esc key. I'm not sure which I just know the software I'm testing responds as if one of those keys has been pressed (both do the same thing in the software). Is it possible that ending one task would send something like an esc sequence that would indicate the script completed? I'm a little stuck, so have added the scripts I've written, though without the database I'm connecting to they won't work on their own. The main script I'm running is called 'transactionsByDateRange' that then calls 'TransactionLinesLoop' it's immediately after the 'TransactionLinesLoop' script is called that the key press occurs. I've tried putting a pause in immediately after the script call but the key is still pressed.
Any susggestions would be greatly appreciated |