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

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

学习是最好的投资!

Antworte allen(1)
阿神

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

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!