标签:mes org html ase inf lease exp 解决 图片
在使用selenium模块时,遇到问题:selenium.common.exceptions.WebDriverException: Message: ‘chromedriver‘ executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home
https://cuiqingcai.com/5135.html
Message: ‘chromedriver‘ executable needs to be in PATH
缺少chromedriver
https://chromedriver.storage.googleapis.com/index.html
sudo mv chromedriver /usr/bin/
也可存放在某个目录,然后添加到环境变量中
例如:将文件存放在/usr/local/chromedriver目录下,修改~/.profile文件
export PATH="$PATH:/usr/local/chromedriver"
保存并执行:source ~/.profile
标签:mes org html ase inf lease exp 解决 图片
原文地址:https://www.cnblogs.com/nuochengze/p/12771782.html