Raghukatta
7 years agoContributor
Button not getting enabled after checkbox is selected
Hi All,
I automating a .net desktop application. I am trying to select a check box in Tree list. Tree list has nodes and sub nodes with check boxes. After selecting check box continue button needs to be enabled.I am able to select checkbox by looping nodes and sub nodes and by using this method subnode["set_Checked"](true);.
But the problem is after selecting a check box continue button is not getting enabled.Looks event is not getting called after selecting a check box.(Manually it is working fine).Are there any methods or any workarounds for this issue.
Thank you in advance.