Hello,
I have a windows application, the Popup window has the consecutive checkboxes ( some are enabled and some are disabled ). How to loop through and select only the enabled checkboxes. Below is the screen shot for reference. Is there a better way to check a only enabled boxes (there are multiple ) after finding Popup window.
Hi @shyammaddi
to check the enabled checkboxes
in selector there is an attribute named as checked
its value would change on whetrher it is checked or not (either as 0 or 1), use that
Regards,
Nived N
Happy Automation
1 Like
That’s true, How to iterate all the check boxes in the popup window. Is there a way ?
did u tried get children activity?