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
This library has some bugs
When I call the locateCenterOnScreen function in a loop like the following, it takes longer and longer each time I loop, note that the two calls recognize different images
import pyautogui
for i in range(10):
a=pyautogui.locateCenterOnScreen('a.png')
b=pyautogui.locateCenterOnScreen('b.png')
The version of the library I'm using is 0.9.54
The text was updated successfully, but these errors were encountered:
This library has some bugs
When I call the locateCenterOnScreen function in a loop like the following, it takes longer and longer each time I loop, note that the two calls recognize different images
The version of the library I'm using is 0.9.54
The text was updated successfully, but these errors were encountered: