Fold out multiple (+)

Hi everyone,

Could perhaps someone help me, I want to make a simple automation to unfold the following (+):

image

Greetings,

kees-Jan

@ukjtenhoven

You can try with Click Activity.

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

1 Like

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

is there any name next to this symbol
Cheers @ukjtenhoven

@ukjtenhoven

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.

Yes that sounds great!

Cheers,

Kees-Jan

1 Like

@ukjtenhoven

And also same way could you please click next + and show me selector once.

1 Like

Yes here is the second one:

@ukjtenhoven

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.