Wouldn't it be possible to automate a click based on the position of the mouse arrow, rather than the element?
Hi @Jose_Junior Welcome to the forum!
I believe you want to click on a (x, y) position of the screen. Right now, this is not possible. So I have moved your post to the Feature Ideas category.
Can you please give an example of your use case - why do you want to click by position? It will help us understand the request better.
Cheers,
Gaurang
Thanks @Gaurang_Tandon
In my tasks, normally after entering text, I need to click a button. I wanted to automate this: insert the snippet and click the button, according to position (x,y). This would prevent me from picking up the mouse.
Thanks for the clarification. Is the button significantly different each time? Otherwise we could try and target it using its selector (CSS or XPath)
No. It's always the same button in the same position. At the moment, i'm using fastkeys, but if it was possible insert in textblaze automations it would be very good.
The Click command allows you to specify an element on the page. You can read more about it here. Let me know if you need help setting it up.