在Windows 10上使用Firefox 47.1,我尝试运行给定here的selenium示例2。启动脚本时,会打开一个新的Firefox窗口,一段时间后,PyCharm控制台中会显示以下错误:
selenium.common.exceptions.WebDriverException: Message: Can't load the profile. Profile Dir: C:\Users\alex\AppData\Local\Temp\tmpocxmjp8i If you specified a log_file in the FirefoxBinary constructor, check it for details.
有没有简单的方法来解决这个问题?我还升级到最新的python webdriver(版本2.53.6)。
更换专栏
browser = webdriver.Firefox()
行
browser = webdriver.Chrome()
示例中的是否有效。所以它适用于chrome。