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

Popular posts from this blog

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -