Quote:
Originally Posted by sogaiu
I didn't do the clicking part
|
Tested, it works!
One note: I think `logcat` should be already opened with the filtering (similar to the above I posted), so you process something already cleaned up - which I presume should be faster.
The good idea about python is that it will work everywhere - linux, win, mac - ; it should be seen if this whole idea will be fast enough.
For doing more native code, posting mouse events should be trivial in Win (the functions are there in the Win32 API), but I have not understood yet the low level trick in Linux.
Anyway, as I wrote the Monitor code should probably come to include the tap-down (now it only gets "tap up"), so that also drag-and-drop could work...