标签:test 坐标 自动 http 移动 imp latest cli pre
pyautogui是一个python第三方库,可以方便地调用鼠标、键盘、截图,实现自动化办公。
import pyautogui pyautogui.position() #获取鼠标位置 pyautogui.moveTo(x,y) #移动鼠标到(x,y)坐标 pyautogui.click() #单击鼠标
具体参考http://pyautogui.readthedocs.io/en/latest/index.html
标签:test 坐标 自动 http 移动 imp latest cli pre
原文地址:https://www.cnblogs.com/tangjicheng/p/9410617.html