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

CS-Cart - Change login URL in notification email -

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -