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

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

Slow performance first queries on SQL Azure -

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