Need help in clicking on same button (but for different profiles) on Linkedin

Hi All,

I am trying to automate a small process for myself. I send connect request or messages through Linkedin to multiple people as my daily sales work. To whom I have already sent connect request I send a message and to those who are not connected I send a connect request. I want to build a bot which can do this for me. But the challenge I am facing it how to make the bot click on “…” button you can see on the right side of screen for each profile one be one and do the action required.

Hai @vikas_rawat… Use Click activity , Indicate the screen On “…” For Each profile u need to click

1 Like

check the selector and increment in loop!
@vikas_rawat

1 Like

I tried that but every time it goes and selects the first one and opens that.

Can you please share an example if possible.