OV
6 years agoFrequent Contributor
Menu item is recognized as the whole panel and therefore I have difficulties clicking the correct po
Hi,
We develop an app that has menu items (File,Home,Insert,Settings,View,Help) when using the object spy to identify all menu items except from the File one it'll identify them all properly markin...
- 6 years ago
Yes it was resolved by using this way:
- Open the Object Spy and try recognizing the File tab. You will get some other parent object.
- Take the value of the property ClrFullClassName of this object.
- Navigate to Tools -> Current Project Properties -> Open Applications -> WPF.
- Add a new row to the Composite Objects list and paste the ClrFullClassName value there. Enable this new row.
- Try recognizing the File tab again.
- Repeat the above steps until you get to the File tab.
Thanks,
Ofer