Según esta pregunta anterior , actualicé Selenium a la versión 2.0.1 Pero ahora tengo otro error, incluso cuando los archivos de perfil existen en /tmp/webdriver-py-profilecopy
:
Archivo "/home/sultan/Repository/Django/monitor/app/request.py", línea 236, en realizar browser = Firefox (perfil) Archivo "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/firefox/webdriver.py", línea 46, en __init__ self.binary, timeout), Archivo "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/firefox/extension_connection.py", línea 46, en __init__ self.binary.launch_browser (auto.perfil) Archivo "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/firefox/firefox_binary.py", línea 44, en launch_browser self._wait_until_connectable () Archivo "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/firefox/firefox_binary.py", línea 87, en _wait_until_connectable raise WebDriverException ("No se puede cargar el perfil. Perfil Dir:% s"% self.profile.path) selenium.common.exceptions.WebDriverException: no se puede cargar el perfil. Dir de perfil: / tmp / webdriver-py-profilecopy
¿Qué está mal? ¿Cómo puedo resolver este problema?
sudo
Es necesario agregar un si no ha iniciado sesión como root. De todos modos, ¡esto fue un salvavidas! ¡¡Gracias!!