PaulMEdwards
9 years agoOccasional Contributor
WPFObject XamGrid FindAllChildren returning array of undefined
I'm automating manual test cases against an Infragistics WPF desktop application which contains various grids, most of which are XamDataGrid objects. However, now I've encountered one which is an Xam...
- 9 years ago
Herp derp... Never mind... The problem is that I neglected to cast the safe array to a JScript array.