Intelligent Automation & Macro Software  

Go Back   Automation Anywhere, Inc. Forums > Products Zone > Automation Anywhere
Register FAQ Search Today's Posts Mark Forums Read

Automation Anywhere Post messages and questions related to Automation Software here.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-11-2009, 05:48 PM
philkryder philkryder is online now
Senior Member
 
Join Date: Sep 2007
Posts: 458
Default screen changes that are not a new window

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
Reply With Quote
  #2 (permalink)  
Old 06-12-2009, 02:59 PM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 1,342
Default

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.
Reply With Quote
  #3 (permalink)  
Old 06-12-2009, 09:02 PM
philkryder philkryder is online now
Senior Member
 
Join Date: Sep 2007
Posts: 458
Default

thanks!
I'll give that a try! phil
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -7. The time now is 05:47 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc.
Copyright © 2003-2011 Automation Anywhere, Inc. All rights reserved