Hi,
Following is the code (Recorded, the menu click -> sub level Menu click -> Menu Item click)
.SwfToolbar("_Main_Toolbars_Dock_Area_To").PerformToolAction tbmgrToolbar, tbmgrDropDown, "tlbMainMenu", "Asset" .SwfToolbar("_Main_Toolbars_Dock_Area_To").PerformToolAction tbmgrMenu, tbmgrDropDown, "tlbMainMenu,SubMenu", "SubLevelMenu" .SwfToolbar("_Main_Toolbars_Dock_Area_To").PerformToolAction tbmgrMenu, tbmgrClick, "tlbMainMenu,SubMenu,SubLevelMenu", "NewMenuItem"
While playback, it throws an error Object is not visible
as after clicking the first menu , it tries to find the sub menu (by that time) the clicked first level Menu disappears.
How to hold off the display of First level Menu, so it can click the second level menu?
I've to click the Menu item which comes after clicking 1st Menu bar Option 'File' and then 2nd level menu option 'New'.
Pl sugggest me the solution.
Thx in advance,
~Laxmikant
Hello,
I should have asked this along with my previous question, but do you have NetAdvantage installed on your computer or just TestAdvantage?
Yes, I've Visual Studion installed on my machine.
Pl provide me the sample project. This will be helpful to me to get my work done.
Which sample code do you want? If you have Visual Studio on your computer, I can provide you with the entire sample project.
I'm not able to playback the script for Sublevel menu.
Can you pl provide me sample code you prepared?
Since you verified my last post as the answer, I'm assuming that your issue is no longer occurring. Please let me know if I'm wrong about that.