You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jyhl
d3fdf7dbf6
|
5 years ago | |
---|---|---|
src | 5 years ago | |
tests | 5 years ago | |
README.md | 5 years ago | |
noxfile.py | 5 years ago | |
requirements.txt | 5 years ago |
README.md
1、安装chrome并下载对应版本的chrome deriver
-
下载chrome https://www.google.com/chrome/
-
下载对应版本 driver https://chromedriver.chromium.org/downloads
2、pip安装库
pip install -r requirements.txt
3、执行代码
python demo.py
4、执行测试
nox