python - What is the goal of the minSearchTime argument in the PyAutoGUI locateOnScreen method? -
i can't see difference between
import pyautogui pyautogui.locateonscreen("animage")
and
import pyautogui pyautogui.locateonscreen("animage", minsearchtime=10)
and there no explanation nor reference in documentation minsearchtime
.
Comments
Post a Comment