I want to click on something for hours. How can I make a script or use an application so the mouse will auto-click every 5 seconds or less?
|
I went to this page and downloaded the
Thanks to Kat Amsterdam for finding xautoclick |
|||||
|
|
In Lucid 10.04LTS Step 1. Open Ubuntu Software Center For Precies 12.04LTS the package has been removed from the Ubuntu Repositories and is only available via GetDeb. xautoclick instructions for install in precies or via Christoph Korn's PPA (who is a member of GetDeb):
Step 3. download xautoclick via the software center
Step 4. Read the instructions on xautoclick To enable the GetDeb repositories:
|
||||
|
|
For even more automation you can use sikuli. Sikuli has integrated tool that allows you to really simply write any form of interaction(mouse clicking or keyboard) by visual processing where is what on screen. You simply select where you want your click to occur by visually selecting screen part and off it goes. Automation logic is written in python, but even if you don't have any clue about python you can easily figure it out, because tool provides you with everything right away! You can simply install it with |
|||
|
|

