Use the tool xdtool to perform autoclicking on Ubuntu.
Install xdtool like this:
sudo apt install xdotool
Run it like this:
xdotool click --repeat 200 --delay 20 1
The above command reads:
Click 200 times in total.
Click every 20 milliseconds.
Using the left mouse button (ie. mouse button 1).
Note: Be careful where your mouse is when you activate this as you can create quite a bit of mischief to your system when your mouse is clicking hundreds of times.
Add new comment