Hey guys!
I need to click on a text that is not presented as a link, it looks like this:
<li><a id="send-message">Send Message</a></li>
The thing is, if it was a regular link, I can easily script sending keys to find the text and then send an enter key.
But it doesn't work, the only way to activate it is by clicking with the mouse.
Anyway I can send a click to the position it's found on? The only solution I can think of is using a software to compare 2 screenshots, one before selecting the text "Send message", the other inmediatedly after and seeing where most of the difference in the image is.
Any cleaner solution?