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 created a small sample but did not reproduce the issue you described. Why is the first-level menu in your application disappearing before any items on the submenu are clicked?
version: TestAdvantage_WinForms_HP_20103
Hello Laxmikant,
Could you tell me which version of TestAdvantage you are using? Thanks.