pyautogui changing MINIMUM_SLEEP makes moveTo function not use duration input

前端 未结 0 955
旧时难觅i
旧时难觅i 2020-12-18 10:19

So, this piece of code:

import pyautogui
pyautogui.PAUSE = 0
pyautogui.MINIMUM_SLEEP = 0
pyautogui.MINIMUM_DURATION = 0
pyautogui.moveTo(100,100,duration=1)
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题