![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
Hello, Can this software recognize colour(s) that shows up on software interface? for example, if i have a flash movie of a traffic light, can we set a series of task as follow: 1. If the red light on, do A task 2. If the yellow light on, do B task 3. If the green light on, do C task And, can we also combine tasks, for example, if the yellow light on, do B task followed by A task? Thank you. |
| |||
|
Hello, Image Recognition feature is used to automate a task based on images. , 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. You can find this command under 'Conditions/Loops' command category. What you can do is, . Save three different images of red, yellow and green lights. . Now, find the image using 'If Image Recognition' and if image is recognized then inside If-End if block you can run the required task. . You need to insert three different 'If Image Recognition' command to compare three lights i.e red, yellow and green. Yes, you can also chain the task multiple tasks using Run Task command. Text format of task would appear something like this, If Image "C:\redlight.jpg" Exists in "Application Window Title" with 100 percentage match Then Run Task A End If If Image "C:\yellow.jpg" Exists in "Application Window Title" with 100 percentage match Then Run Task B Run Task A End If If Image "C:\greenlight.jpg" Exists in "Application Window Title" with 100 percentage match Then Run Task C End If Hope that helps. |
![]() |
| Thread Tools | |
| Display Modes | |
| |