You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short summary
Hello, first, i would say good job for this tool!
i'm looking for a way to endlessly find an image and that without impact performance...
Desired execution environment / tested on
Virtual machine
Docker container
Dev/Host system
Detailed question
I tried a await screen.find(...) in a while(true) loop with a small sleep but i got performance issues after a while...
The workaround is to use waitfor with a long delay ? (any solution to interrupt waitfor ?)
Subsequently, i got several blocks at the bottom of the screen, any idea to hide this ?
Thanks you !
The text was updated successfully, but these errors were encountered:
Short summary
Hello, first, i would say good job for this tool!
i'm looking for a way to endlessly find an image and that without impact performance...
Desired execution environment / tested on
Detailed question
I tried a await screen.find(...) in a while(true) loop with a small sleep but i got performance issues after a while...
The workaround is to use waitfor with a long delay ? (any solution to interrupt waitfor ?)
Subsequently, i got several blocks at the bottom of the screen, any idea to hide this ?
Thanks you !
The text was updated successfully, but these errors were encountered: