@jobriwterr I didn't fully understand you, the clipboard is shared by the entire PC, so if you work on that PC and use the clipboard in your work it can cause problems. If you are using multithreading then you should use the clipboard one at a time, this can be implemented through thread locking using global variables.
Do you know any way to automate Android phone, similar as BAS,, not with an emulator and not connected constantly to a desktop?
-
So not an autoclicker or record and repeat app, but a real automation software that can handle IF loops etc on the physical Android device.
For example: if this image/element exist on the screen then execute this, otherwise execute that.
I know Macrodroid and other record and repeat apps but doesn't have that functionality in example.
Do you know any way?
Thanks for your suggestions