I’m currently creating a studio workflow that tries to do below things:
Click the check box of every row where column B start with BBB, and since there are so many records, the tool need to scroll down while clicking the check box. Do you have any idea what activity should be used to do this? Thank you so much
@Anil_G Thanks for your answer, and I also want to know how can I keep clicking all the check boxes start with “BBB”, do I need to use a loop or other activity with same function is available. Thanks.
I tried a “For Each UI Element” activity, and indicate the whole area shown below as the CurrentElement, indicate checkbox column as CurrentLable_1, indicate Column B as CurrentLabel_2.
I use the Configure filter to ensure that only rows with “BBB…” in column B would be clicked, and When I put the “click” activity in the Do sequence, it failed to indicate the target on the screen. I’m wondering what changes should I make to solve this problem, thank you.
Hi @Anil_G ,
Thank you, now I can indicate a row, but when I tried to indicate a label it shows error: cannot determine a pattern, please indicate another sample dement.
you can use loop through the output of it and then use a if condition to check for the required children based on tag or any other value you need…and in the then side your matched element would be coming