Trying to iteratively click the list of job banners in Linked in

Greetings,

I am building a bot that looks for jobs after user’s input in linked in, and I’ve encountered a problem where i want to iterate clicking the list of matching jobs to the result, i have no idea what to do here how do i loop click all the banners?

Looks like you’re on the right path though.

Is the for each ui element referencing all the elements of the banners?

Hey @bird_real
Can share the list of job banner Screenshot for Better understanding .

cheers :upside_down_face:

@bird_real,

Welcome to the UiPath Community :tada:

You will have to pass CurrentElement to Click activity’s property Target.Element

This will dynamically click on each post.

Thanks,
Ashok :slight_smile:

it is after i’ve selected the hypertext of the banners, as seen in the screenshot:

sure thing, but it can be different depending on the initial search input:

Thanks for the greeting, and the answer too, is it like this within the strict selector in click property?

@bird_real,

Not that way.

This is the way!

Thanks,
Ashok :slight_smile:

You don’t indicate the element for the click, you put CurrentElement into the input element property of the click. CurrentElement is a UIElement object.

worked, Thank you for your guidance.

1 Like

my bad, i didn’t know that.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.