First time playing with such a great tool like this, Is there a more effecient way to select multiple checkboxes on a webpage rather then adding a new step in the studio each time for each “Click Target” or "Check Checkbox? As you can see I have a lot and will need to do up to approx 100 Boxes each time. As per the screen shot I have to select multiple box’s in each category with dozens per each.
Use for each Ui element activity and indicate the checkboxes. It will iterate the each Ui element inside for each insert the Check\uncheck activity to check the elements. Pass the CurrentElement in the Input element option of Check\Uncheck activity properties.
Unfortunately on studio web you dont have such a capability to use for each ui element
But one thing you can do is…if you know what all checkboxes to check…you can create an array of those names and then pass the array to for loop…
And inside for loop indicate one of the element and generally in the selector of the element you will get the name or the value of it…use the currentitem variable in that name field…so that the selector dynamically changes for each iteration as the value changes and you can click on each check box