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版本不兼容导致