运行环境:MAC OS 10.10.5 python 环境: 2.7.1 selenium2.53.6 firefox: 47.0.1
driver = webdriver.Firefox(firefox_profile=ffprofile)
File "/Library/Python/2.7/site-packages/selenium/webdriver/firefox/webdriver.py", line 80, in __init__
self.binary, timeout)
File "/Library/Python/2.7/site-packages/selenium/webdriver/firefox/extension_connection.py", line 52, in __init__
self.binary.launch_browser(self.profile, timeout=timeout)
File "/Library/Python/2.7/site-packages/selenium/webdriver/firefox/firefox_binary.py", line 68, in launch_browser
self._wait_until_connectable(timeout=timeout)
File "/Library/Python/2.7/site-packages/selenium/webdriver/firefox/firefox_binary.py", line 108, in _wait_until_connectable
% (self.profile.path))
selenium.common.exceptions.WebDriverException: Message: Can't load the profile. Profile Dir: /var/folders/_6/t3wgvc3s5kjg3n32j202w6tw0000gn/T/tmpPc3eus/webdriver-py-profilecopy If you specified a log_file in the FirefoxBinary constructor, check it for details.
已经运行过: `pip install -U selenium'
还是调出火狐以后,无法访问网页.
1
holajamc 2016-07-28 09:27:53 +08:00
贴一下代码呗~
|
2
redhatping OP 新增一个虚拟环境 解决了.
|
3
redhatping OP @redhatping 系统升级以后, 又出问题了, 我又给忘了。 我醉了。
|