How to reach the expected object to map in a combox
Hello all, I have an issue to map an object inside a combo box. Steps followed : - On TC, click on map object icon and select Point and fix option - On my app, open the combo box, point object to map and press shift + ctrl + A - Check object map : I map the border of my object not the object itself. I tried some many times and I also got the same result, I'm not successed to catch only the object, without the border. Full path of the object expected for :[...].WPFObject("ToggleButton", "", 1) Full path of the object mapped : WPFObject("ToggleButton", "", 2).WPFObject("ButtonBorder") Is it possible to "delete" this part ".WPFObject("ButtonBorder")" from the full path ? NB: usually I used the tree for "Object Browser" but because it's a combo box it's not possible (the combo box closed itself and I click somewhere else) Thank you AliciaSolved4.6KViews0likes12Comments