In my application there is a swfTreeView object which has 2 parent check boxes [Total, Systmatic] and both parent has 2 more child check boxes [ EQ, FX for Total and EX,IR for Systematic] . I am unable to select these checkboxes. I tried below way to select it but it didnt work
swfWindow().SwfTreeView().Select "Total"
swfWindow().SwfTreeView().GetItemCount
and GetItem but got 0 results- Did recording but after rerun it didnt select
Questions:
- What are the other ways to select expected checkbox?
- 'Total' checkbox is by default selected. So How to deselect it before selecting other expected checkboxes?