ContributionsMost RecentMost LikesSolutionsRe: Problems mapping item in submenu in Delphi application tristaanogre this way the object is mapped using the "Click ()" method (click at point). I was able to solve the problem in another way. Thanks for the help. Re: Problems mapping item in submenu in Delphi application This "ClickItem" method does not exist in the Menu or Submenu map. The method in the submenu item I need to select is just "Click ()". However, Testcomplete does not find runtime mapping. Only finds when getting value with Object Spy. Problems mapping item in submenu in Delphi application Hi Team, I'm having trouble mapping the 3rd level menu of a Delphi program. Mapping x Result 1 - Sys.Process("Contas").VCLObject("Form_Menu") Mapping Result: Ok 2 - Sys.Process("Contas").UIAObject("Menu").MenuItem(2) Mapping Result: Ok 3 - Sys.Process("Contas").Window("#32768", "", 1).MenuItem("Atualização TNUMM") Mapping Result: The object with the specified attributes does not exist. Possible causes of the error Tested object: Sys.Process("Contas").UIAObject("Menu") * All menu objects were mapped with the TestComplete Object Spy. TestComplete Version 14.10.999.7 x64 Solved