RPA Facebook click Message button

Hello,

I want to create a robot that sends messages to a list of facebook profiles. Got to the part that I need to click the message button but the selector doesn’t work. Tried to use wildcards but same thing. Tried to use click image and still nothing.

Any of you have some ideas how to do this?
Thanks

Hi @Robert_K

Could you give us some more information, please.

What did you try? How does your selector look like?

Whether your Selector changes each time you enter? is necessary for you to do so.
You can checklist click simulate on Click proporties

This is my selector>

<html app='chrome.exe' title='* | Facebook' />
<webctrl aria-role='button' css-selector='body&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;span&gt;div' tag='DIV' idx='*' />

Solved it.
Thanks anyway