I have a tree control which with an ahead check box on tree node, Ranorex Spy can identify the whole tree and each tree item, but can not identify the check box, my case need to simulate user actions to
check/uncheck the check box during testing. Just like below pic shows:
As the pic show, there is no child belongs to "TreeItem 'ES03 [Host:ES03]' ", If the check box is a child
of "TreeItem 'ES03 [Host:ES03]' ", I can use find() to get it then do action on it.
I read the topic:
http://www.ranorex.com/forum/how-to-ide ... t4162.html
I tried Windows Inspect Tool and get below result:
Capture screenshot rxsnp file:
http://www.ranorex.com/forum/download/f ... ew&id=1506
Thanks a lot.
Ranorex version: 4.0
OS version: Win Server 2008 R2
AUT: MMC Application, developing with winForm technology