I want to develop an application that tracks mouse events such as clicks, movements, and keyboard input. The application should run in the background. Using a special key combination, the application will start recording events, and after that we should play the same.
I am new to automation. Can I run the application as a service?
Can we do this in Java?
Thanks in advance.
source share