![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
I have a window. I have captured a portion of it. But, WAIT FOR WINDOW CHANGE command seems to always wait until the timer expires. I captured a picture of the word "done" which appears at the bottom of the screen when it is fully painted. Yet, the WAIT FOR WINDOW CHANGE still waits the entire time. how can I get AA to recognize that the window has changed? |
| |||
|
Hello Phil, The "Wait for window change" waits till the "window title" of the changed window appears and there is a facility to enter the time in the timer field till which the "Wait for window change" command searches for the window. So, the "Wait for window change" will wait for whatever turns up first, the window change or the time to exit in the timer field. The timer is basically a "wait for" time, till which the command waits for the window change. You will have to set the timer accordingly. If the window has already changed but the command still waits till the expiry time, then it is probably not able to understand the window change. In this case, try to use wild card if possible in the "select window" field of "Wait for window change" command. Thanks & Regards |
| |||
| Quote:
I've been using wild cards. I need to be able to RELIABLY determine when a new window is FULLY in place and ready for keystrokes. What is the best way to do that? |
| |||
|
Hello Phil, According to your requirement, the best option is to use a loop with Image Recognition condition. For example: 1 Loop While Image from "Automation Anywhere Premier - The Leader in Automation Software. Business process automation an - Windows Internet Explorer" Exists in "Automation Anywhere Premier - The Leader in Automation Software. Business process automation an - Windows Internet Explorer" with 70 percentage match 2 Delay: (500 ms) 3 End Loop This will search for the button (in your case the "done" button) until it appears. We have used a delay which you can set according to your requirement. Thanks & Regards Last edited by forumstaff; 10-07-2011 at 01:41 PM. |
| |||
|
wow - that CTL+a ; CTL+C is a BIG HAMMER. the screen flashes BLUE etc.... I was trying to make something that people could easily and reliably navigate to a window and PASTE data. This seems like a cure worse than the disease. |
| |||
| Quote:
Again, I don`t know your setup but I`m not sure why you need to automate the process of cut & paste. |
| |||
| Quote:
and I also scrape some fields and put them into the paste text... when people can just cut-n-paste they seem to become too creative. |
![]() |
| Thread Tools | |
| Display Modes | |
| |