python autopy3 ValueError: Point out of bounds
PHPz
PHPz 2017-04-18 10:15:30
0
1
1998

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

求大神解答

PHPz
PHPz

学习是最好的投资!

reply all(1)
阿神

The tip is that the coordinates are outside the range. Try setting the coordinates smaller first,

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!