06-04-2013, 02:00 PM
Hi.
I have the following problem: I have an action that creates a folder in windows, using this line:
It works fine when i run this action.
But when i'm calling to this action from the main body of the test, i'm getting the following error:
Object not visible
Line (26):
Anyone has any idea how to solve this?
I have the following problem: I have an action that creates a folder in windows, using this line:
Code:
Window("vol0cifs").WinObject("ShellView").WinMenu("ContextMenu").Select "New;Folder"
It works fine when i run this action.
But when i'm calling to this action from the main body of the test, i'm getting the following error:
Object not visible
Line (26):
Code:
"Window("vol0cifs").WinObject("ShellView").WinMenu("ContextMenu").Select "New;Folder"".
Anyone has any idea how to solve this?