搜索

首页  >  问答  >  正文

python autopy3 ValueError: Point out of bounds

autopy3 执行:

import autopy3
autopy3.mouse.move(100, 100)
autopy3.mouse.smooth_move(400, 400) 

报错:

Traceback (most recent call last):
  File "E:/PythonProject/Django/mysite/learn/test.py", line 74, in <module>
    autopy3.mouse.move(100, 100) 
ValueError: Point out of bounds

求大神解答

PHPzPHPz2802 天前2034

全部回复(1)我来回复

  • 阿神

    阿神2017-04-18 10:17:30

    提示是坐标在范围之外,把坐标先设置小一点试试,

    回复
    0
  • 取消回复