Hello friends,
I have a web page containing multiples words “Fattori”.
I have to click on all of them.
How is it possible to find all the words "Fattori and click on them?
Thank you so much,
Camilla.

Hello friends,
I have a web page containing multiples words “Fattori”.
@CamiCat Use Find Children Activity In the Filter property pass Fattori change scope to Find_Descendants than use For Each change Type Arguments to Uipath.Core.Elements
Than use Click Actvity inside for each
Hi @CamiCat,
Please find the below sample workflow to click on all occurrences.
Multiple occurences.xaml (13.4 KB)