selenium.common.exceptions.WebDriverException: Message: Can't load the profile. Profile Dir: /var/folders/_6/t3wgvc3s5kjg3n32j202w6tw0000gn/T/tmpVMGzCF/webdriver-py-profilecopy If you specified a log_file in the FirefoxBinary constructor, check it for details.
环境 python2.7 , selenium 2.53.6, firefox 48.0.1
之前没问题的, 有段时间没运行,发现 MAC 升级后 ,这样报错。
感觉应该是环境变量出了问题。
1
LigeLaige 2016-09-20 08:56:45 +08:00
我在 windows 上面也报这个错误, Ubuntu 上偶尔,所用的 python2.7 , selenium 2.53.6, firefox 48.0.1 与题主版本相同;换成 python 3.5 以及对应的最新 selenium 还是报错
https://gist.github.com/huangjinqiang/d9385c8d4d81c6b7adfd3fc57c09cd0c 都会在 driver = webdriver.Firefox(...) 这里报错 同求解答 |