Click in a specific word

Hola! The action to search text on the screen and move mouse (I don't know its precise name in English as I'm using BTT in Spanish) allows me to move the mouse relative to the line or paragraph that contains the word I'm looking for, but I can't find a way to move the cursor relative to the word itself so I can click on it in the next action. Is there a way to achieve this?

The action should allow you to move the cursor to the recognized text. You can then further move it from there using the "Move Mouse To Position" action and setting to to "Relative To Current Mouse Position":

Thanks a lot @Andreas_Hegenberg! How can I know how many pixels the mouse need to move in order to be over the word? In my experience the previous action moves the mouse relative to the line where the word is present, since the word can be anywhere in that line I can't pass precise X-Y values. I'm trying another approach to get the text cursor in that word by copying the text, using indexOf in a javascript and trigger right arrow as many times as necessary to get the text cursor in that word

v4.548 alpha (uploading) I modified the behavior a bit, for some situations it should now recognize the bounding box of the searched word more accurately

1 Like