所以我一直在使用splinter(selenium包装器)来自动化Web浏览器。最近它停止了工作。它会打开一个浏览器窗口,但不会访问该网站。
我的代码:
import splinter
browser=splinter.Browser()
browser.visit('http://google.com')
我得到的错误是:
WebDriverException: Message: Can't load the profile. Profile Dir: c:\users\rbarnes\appdata\local\temp\tmpuaskxw If you specified a log_file in the FirefoxBinary constructor, check it for details.
回溯指向代码中的第二行。这昨天工作得非常好。