Ubuntu mate auto clicker

Hi, I got Ubuntu MATE on raspberry pi 3. Currently did autologin and auto start chrome. But I need to click one thing in chrome when it is launched. Is it possible to do that?

https://automatetheboringstuff.com/chapter18/

Well, one option is to use xdotool.

xdotool mousemove 200 500 click 1

1 Like

I am doing it wrong or?

Need delay but it isn’t working

xdotool mousemove 200 500 click 1 --delay 5000
xdotool key F11

Did sleep and everything is working

To do that task you should install a mouse auto clicker. The auto clicker program will automate your mouse clicks.

To get this program visit this webpage:
Auto Clicker for Ubuntu Linux: Download and Installation Guide