资源来源地址

chromedriver
geckodriver 火狐
无界面浏览器 phantomjs
Airtest的图像脚本介绍

pynput 控制鼠标键盘动作

cv2使用方式

滚动条操作

robotframework

robotframework python 代码启动

1
2
3
4
5
6
7
8
#!/usr/bin/env python
import sys
from robot import run_cli, rebot_cli

common = ['--log', 'none', '--report', 'none'] + sys.argv[1:] + ['login']
run_cli(['--name', 'Firefox', '--variable', 'BROWSER:Firefox', '--output', 'out/fx.xml'] + common, exit=False)
run_cli(['--name', 'IE', '--variable', 'BROWSER:IE', '--output', 'out/ie.xml'] + common, exit=False)
rebot_cli(['--name', 'Login', '--outputdir', 'out', 'out/fx.xml', 'out/ie.xml'])

pip 源地址设置

pip config set global.index-url https://mirrors.ustc.edu.cn/pypi/web/simple
pip config set global.index-url https://pypi.douban.com/simple/