![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
Hello, I have the following problem: When trying to open a browser window after closing all windows, it doesn't open. I have made a 3 line task to test this: Close Window: "Close All Open Windows" Delay: (1000 ms) Open "http://www.google.be" When the first line is disabled, the website opens but when it is enabled, the task hangs at line 3. I'm using Automation Anywhere 5.0.2 Premier. Is there a solution or workaround for this? I use this in a task to close all possible error messages before retrying the task. Thanks Last edited by tek; 08-26-2009 at 07:31 AM. |
| |||
|
Hello, We could reproduce the issue at our end. If the window titles of error messages you are referring to have some similarity in window titles then you can use following work around, Loop while Window Exists "*Error*" Keystrokes: [Alt Down] [F4] [Alt Up] in "*Error* End Loop Open "www.AutomationAnywhere.com" Hope that helps. |
![]() |
| Thread Tools | |
| Display Modes | |
| |