![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| I am having a problem with the If Window Exists condition. I'm finding it's running the code within the if even if the window doesn't exist. The window in question is a pop-up which doesn't strictly have a window title, but the software used to pick up a title for the window...., it has stopped working since I put a log statement into the if.... |
| |||
| Here is the code, it seems to run the script regardless of whether the window exists or not 2 If Window Exists("Sign-in") Then 3 Comment: Sign in 4 Log to File: logging in in "C:\tests\transactions.txt" 5 Run Task "C:\Documents and Settings\Blade User\My Documents\Automation Anywhere\Automation Anywhere\My Tasks\SignIn.atmn" @Repeat : Do Not Repeat @Speed : Normal Speed 6 End If |
| |||
| Can you tell me which Sign-in window you are referring to? Can you send the screen shot image of that window? I had similar issue, if you can answer these questions, I can help in resolving the problem. |
| |||
| Here is the screen shot. Basically I want to do if the pop-up window is there then deal with it. When setting up the 'if' statement, I had that screen open, then selected 'sign in' from the drop down list that lists windows. As you can see, it doesn't have a title in its own right... |