ContributionsMost RecentMost LikesSolutionsRe: Couldn't find/add the Windows.ToolStripButton objects in NameMapping By uninstalling the Web plugin, i could see the WindowsFormObject, so am continiung the test automation with this configuration. Thanks, Pradeep Re: Couldn't find/add the Windows.ToolStripButton objects in NameMapping No, i couldn't see any properties starts with w... And also am not seeing any WinFormsObject class. Re: Couldn't find/add the Windows.ToolStripButton objects in NameMapping Hi Tanya, I referred this article 'https://support.smartbear.com/viewarticle/71075/', since am dealing with TooStripButton. As per this article, verified the 'ToolStripButton' class is added in the Project Properties/ObjectMapping section, but not able to get the ClrFullClassName from the ObjectBrowser because the objects are not captured/listed. Also checked with the Developer and confirmed they are using the 'ToolStripButton' class. Thanks, Pradeep Couldn't find/add the Windows.ToolStripButton objects in NameMapping I couldn't find/add the ToolStripButton objects for my scripting. I've verified the Microsoft .Net Controls plug-in is enabled and ToolStripButton class is also enabled under Project Properties/Object Mapping. Solved