ContributionsMost RecentMost LikesSolutionsRe: Accessing Sub Menu Items from Context Menu RandyJ5150 Thanks for the information. We also use a lot of context menus in our software. My current workaround is to use the X,Y coordinates within the context menu. Not ideal but it will work for the time being. I reached out to support to see if there is something I am missing and/or not understanding. It could be an issue with TestComplete dealing with complex context menus. I ran their notepad example https://support.smartbear.com/testcomplete/docs/app-objects/specific-tasks/standard/menu/displaying-context.html and that seemed to work just fine. I tried replicating what they did within our software but I had no luck. Even had one of the developers take a look and they were stumped and just suggested I use the X,Y coordinates. I will keep you updated if I hear anything. Re: Accessing Sub Menu Items from Context Menu tristaanogre Object spy sees it as a context menu which is a good sign. However, my problem is that I have items like "Add..., Remove..., Properties..., etc.) which TestComplete recognizes (they get highlighted in the menu) but the actual Click that I want doesn't occur. In other words, TestComplete is highlighting (hovering over) the items in the list and not actually clicking on them. I even tried using integers like 0,1,2,3 (which is something I don't want to do for obvious reasons) but that method didn't work. It recognizes that it's a popup context menu and works when I use X,Y coordinates within the context menu and a click occurs. I have tried various methods from the documentation and other support cases but can't seem to get anywhere and this issue seems to fall in line with mine. Re: Accessing Sub Menu Items from Context Menu RandyJ5150 Did you ever get the items in the Context menu to work based on their names? Having the same issue right now. Re: TestComplete 14 name mapping missing after conversion liquidphantom I ended up going through the object browser and finding what I needed as a workaround to our issue. It's been a time-consuming process but I was in a situation where I needed to reorganize my mapping anyways. Thanks for the updates. Re: TestComplete 14 name mapping missing after conversion liquidphantom We are using the .NET framework and we are also using VB in some areas of our application. Re: TestComplete 14 name mapping missing after conversion Has there been a resolution to this issue? I am also having the same problem.