Aufgrund dieser vorherigen Frage habe ich Selenium auf Version 2.0.1 aktualisiert. Jetzt habe ich einen weiteren Fehler, auch wenn die Profildateien unter /tmp/webdriver-py-profilecopy
:
Datei "/home/sultan/Repository/Django/monitor/app/request.py", Zeile 236, in perform browser = Firefox (Profil) Datei "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/firefox/webdriver.py", Zeile 46, in __init__ self.binary, timeout), Datei "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/firefox/extension_connection.py", Zeile 46, in __init__ self.binary.launch_browser (self.profile) Datei "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/firefox/firefox_binary.py", Zeile 44, in launch_browser self._wait_until_connectable () Datei "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/firefox/firefox_binary.py", Zeile 87, in _wait_until_connectable WebDriverException auslösen ("Profil kann nicht geladen werden. Profilverzeichnis:% s"% self.profile.path) selenium.common.exceptions.WebDriverException: Das Profil kann nicht geladen werden. Profil Dir: / tmp / webdriver-py-profilecopy
Was ist falsch? Wie kann ich dieses Problem beheben?
sudo
ist erforderlich, wenn Sie nicht als root angemeldet sind. Jedenfalls war dies ein Lebensretter! Vielen Dank!!