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

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

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -