selenium3.14
firefox56.1
geckodriver0.16
python3.8
1.python离线库下载:
https://pypi.org/project/pytest/#files
geckodriver下载路径:
Releases · mozilla/geckodriver · GitHub
rpm下载路径:
Search the RPM repository on rpmfind.net
2.脚本跑不起来原因可能有:
python版本不对
selenium版本不对(通常升降一个版本,比如4.x------3.x)
firefox和geckodriver对应不上(下载geckodriver时可以看到支持版本,没有就往上下几个版本找找看)
3.firefox56起才开始支持headless参数