Quote:Select 3 files in File Explorer?Yes
I want to send multiple pictures using the clipboard because sometimes I want to execute this operation asynchronously. If I use simulated execution, the operations in two threads will conflict.
Additionally, I would like to know how to avoid such conflicts? For example, when multiple mouse operations are happening simultaneously, how can one operation be prioritized to complete first?