Have to check all checkbox in a webpage. Each webpage page have different number of check box. How to achieve through UiPath?

Hi,

You can use FindElement Activity to get all Decendants and then dynamically iterate through them that are checkboxes and click on them.
Pls have a look at the xaml attachedMain.xaml (8.8 KB)

4 Likes