atul_deotale
10 years agoNew Contributor
Checkbox present under AfxrFrameOrView90 tree view
I am using a desktop application developed with MFC 9.0.30729.1 in VC++.
I tried to automate some steps, however we are facing below problem in identifying the controls.
1. Below statement identifies the default Treeview object:
Aliases.rhapsody.wndAfx2.Features.Features.wndAfxFrameOrView905.AfxFrameOrView90.page32770.page32770.page32770.Generic1.ClickItem("|Default|HelloClass");
2. Below Default there is checkbox as child object which we want to select. Please refer screenshot attached.
Even object spy can not detect this checkbox in NameMapping.
Please suggest how we can achieve that.