Hello ,
I need to find all checkboxes in a screen and uncheck them in one time.
How to do that with find children?
Can you give me an example of a workflow in uipath studio?
Thanks
Hi,
In Find children activity.
pass the selector of entire page and then in filter property pass the value for which you need the value like radio button or the check box attribute and then in scope property make as find_Decendents and then in output property will be list of elements and then use for loop of the output of find children property and then in for each of the children pass the uielement in click activity element property.
Let us know if this helps,
Regards,
Pavan H
I tried in vain actually.
Do you have a workflow example ?