Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Learn More

selenium is unable to open firefox

  • 1 resposta
  • 4 têm este problema
  • 30 visualizações
  • Última resposta de Paul

more options

>>> from selenium import webdriver >>> driver = webdriver.Firefox() Traceback (most recent call last):

 File "<pyshell#1>", line 1, in <module>
   driver = webdriver.Firefox()
 File "C:\Anaconda3\lib\site-packages\selenium\webdriver\firefox\webdriver.py", line 103, in __init__
   self.binary, timeout)
 File "C:\Anaconda3\lib\site-packages\selenium\webdriver\firefox\extension_connection.py", line 51, in __init__
   self.binary.launch_browser(self.profile, timeout=timeout)
 File "C:\Anaconda3\lib\site-packages\selenium\webdriver\firefox\firefox_binary.py", line 68, in launch_browser
   self._wait_until_connectable(timeout=timeout)
 File "C:\Anaconda3\lib\site-packages\selenium\webdriver\firefox\firefox_binary.py", line 98, in _wait_until_connectable
   raise WebDriverException("The browser appears to have exited "

selenium.common.exceptions.WebDriverException: Message: The browser appears to have exited before we could connect. If you specified a log_file in the FirefoxBinary constructor, check it for details.

>>>

It was working fine recently but my latest Firefox upgrade (47) seems to block it. What to do? Oh by the way same selenium is working fine with Chrome.

>>> from selenium import webdriver >>> driver = webdriver.Firefox() Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> driver = webdriver.Firefox() File "C:\Anaconda3\lib\site-packages\selenium\webdriver\firefox\webdriver.py", line 103, in __init__ self.binary, timeout) File "C:\Anaconda3\lib\site-packages\selenium\webdriver\firefox\extension_connection.py", line 51, in __init__ self.binary.launch_browser(self.profile, timeout=timeout) File "C:\Anaconda3\lib\site-packages\selenium\webdriver\firefox\firefox_binary.py", line 68, in launch_browser self._wait_until_connectable(timeout=timeout) File "C:\Anaconda3\lib\site-packages\selenium\webdriver\firefox\firefox_binary.py", line 98, in _wait_until_connectable raise WebDriverException("The browser appears to have exited " selenium.common.exceptions.WebDriverException: Message: The browser appears to have exited before we could connect. If you specified a log_file in the FirefoxBinary constructor, check it for details. >>> It was working fine recently but my latest Firefox upgrade (47) seems to block it. What to do? Oh by the way same selenium is working fine with Chrome.

Todas as respostas (1)

more options

Hi

I am sorry, but this question is beyond our considerable expertise to answer.

I recommend you ask in a specialist Selenium forum or support service.