Forum Discussion

SAM77261's avatar
SAM77261
New Contributor
11 years ago

Unable to click on sub menu

Problem defination: In my applicaiton. If user click or mouseover on one Mainmenu, it will show submenu. Testcomplete finds the whole submenu as one object.

Its saving the object as 'PagePopup' in Namemapping. If we click on hightlight, it will not highlight since it appreas only when we put focus on Mainmenu



I'm not able to click any Submenu items, even in executing Recorded script.

Even its failed when i run below statement

Sys.Browser("iexplore").Page("*/ABZBASE_SUPERUSER_BANNER_EN_1648.html").Frame(0).Panel(0).Panel(0).Panel("scroll_container").Table(0).Cell(8, 1).click



Please help me in solving this issue.

2 Replies

  • nebti_nassim's avatar
    nebti_nassim
    Occasional Contributor
    Since your menu seem to be a popup menu, try to intend action on it by using Menu actionPopup menu. That should help you  and TC to recognize your menu and perform actions on it.