09-14-2009, 12:35 PM
Hi all
I added these new lines to my Expert view ,
and Object Repository also changed , but when i run the test it gives this error
Cannot find the "ToolbarWindow32" object's parent "File Download" (class Dialog). Verify that parent properties match an object currently displayed in your application.
There are no views on Active screen for these new lines.
what can be the problem ?
Thanks
I added these new lines to my Expert view ,
Code:
Dialog("File Download").Dialog("Save As").WinToolbar("ToolbarWindow32").Press "Desktop"
Dialog("File Download").Dialog("Save As").WinListView("SysListView32").Activate "updatescheduler-0.1.0"
Dialog("File Download").Dialog("Save As").WinListView("SysListView32").Activate "Downloads"
and Object Repository also changed , but when i run the test it gives this error
Cannot find the "ToolbarWindow32" object's parent "File Download" (class Dialog). Verify that parent properties match an object currently displayed in your application.
There are no views on Active screen for these new lines.
what can be the problem ?
Thanks