Hi everyone,
Could perhaps someone help me, I want to make a simple automation to unfold the following (+):
Greetings,
kees-Jan
Hi everyone,
Could perhaps someone help me, I want to make a simple automation to unfold the following (+):
Greetings,
kees-Jan
Hi @ukjtenhoven
you can either use Click image or Click activty
kindly enable the properties Simulate click in any of the above mentioned activities
Cheers @ukjtenhoven
thanks for the quick reply!
But it only unfold the first one is there a way to unfold them all?
greetings,
Kees-Jan
thanks for the quick reply!
But it only unfold the first one is there a way to unfold them all? I am fairly new to UiPath.
Kees-Jan
For that click Activity, make selector dynamic and pass inside the loop. Then it will do for all.
I can help to make selector dynamic if you provide screenshot of it.
If you observe in the 2 selectors tableRow attribute value is Changing. But based on this we can’t make it dynamic. Go to UiExplorer and check id attribute will be there. May be it will work here.
If id attribute giving values in sequential order like 1,2,3… for those + icons respect. then make selector dynamic by passing variable into click selector.
id=' "+index.Tostring+" '
Declare one variable of type Integer and say ‘index’. If the above id will start from 1 then initialize index with 1 and put this activity inside loop and then increment index value.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.