![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
I have application that appears to "stall" or simply stop running. the web screens display a message when the updates are completed - but the message is not a new window. it just turns a portion of the screen blue and says transaction completed. how can I be sure that the update has been successful and the message has been displayed BEFORE I proceed in my loop to begin the next iteration. Thanks! Phil |
| |||
|
Hello Phil, Automation Anywhere Enterprise provides you with 'If Image Recognition' command, using which you can find, if an image exists within another image either from a file or capture the rectangular area on any window. Specify the minimum percentage match that you want for the If command to be true. What you can do is, save the image of the screen that will load after the transaction is completed. Now, inside loop, wait for a screen change, find the image using 'If Image Recognition' and if image is recognized then exit from loop. The text format of your commands will look something like this: 1) Start Loop "500000" Times 2) Wait for Screen change (Wait up to 5 seconds - for Screen to change) 3) If Image from "- Microsoft Internet Explorer" Exists in "C:\Sample.jpg" with 100 percentage match Then 4) Exit Loop 5) End If 6) End Loop Hope that helps. |
![]() |
| Thread Tools | |
| Display Modes | |
| |