F
F
Friend2017-03-18 17:17:51
Automation
Friend, 2017-03-18 17:17:51

Where can I find a silent autoclicker?

I found it half a year ago, but alas I don’t remember its name, Google did not help.
Recommend a quiet autoclicker so that you can run more than two windows per autoclick and it does not interfere with this

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Lebedev, 2017-03-21
@illusio

bfy.tw/AkrF

V
Vasily Ryabov, 2017-03-24
@vasily-v-ryabov

The Python package pywinauto can do many things even for a minimized window (if you don't use click_input and type_keys). Silent installer automation example for Notepad++:
stackoverflow.com/a/32847266/3648361
If this is a Windows Store application, then it is better not to minimize it and use another technology under the hood (pywinauto supports MS UI Automation, but this must be explicitly enabled; how to enable - see .Getting Started Guide).
Link: pywinauto.github.io
PS Of course, at least the initial skills of writing code in python are needed here. The script generator is still in development. For Win32 applications, however, there is SWAPY - it can generate a little code in a few clicks. But complex things are better on your own - the code will turn out more beautiful.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question