centos基本操作

命令行创建软连接

ln -s /usr/local/geckodriver /usr/bin/geckodriver

移除

rm -rf /usr/bin/geckodriver

python部署自动化安装firefox常见bug

  • bug1
selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabilities

geckodriver和firefox版本不兼容导致

posted @ 2020-08-15 23:00  JachinLin  阅读(96)  评论(0)    收藏  举报