geckodriver是一原生态的第三方浏览器,对于selenium3.x版本都会使用geckodriver来驱动firefox,所以需要下载geckodriver.exe,下载地址:https://github.com/mozilla/geckodriver/releases
解决办法:
1、解压;
2、将可执行文件放在可执行文件路径PATH里面;
WebDriverException:Message:'geckodriver'executable needs to be in Path
原文地址:https://www.cnblogs.com/noxy/p/8244722.html
时间: 2024-11-05 13:48:53