Hello all,
I have a use case for RPA in that I need to change all the buttons on a website from “No” to “Yes”. To do this, all you have to do is click on the button. See screenshot. Is there a way to do this with the Find Children activity? So far I haven’t been able to get it to work unfortunately. Right now I have to click on 500 of this “no” buttons manually.
Yes, has a high potential to get it done with the help of find children
Set the target to a root element on top of all buttons
Set the filter with some specifics for the button and its state
Configure find scope to find_descendants