Selenium travando com selenium.common.exceptions.WebDriverException: Message: newSession

OS: Ubuntu 16.04.3 LTS (GNU / Linux 4.4.0-1066-aws x86_64)

ersão @Selenium: selenium == 3.6.0

Navegador: Mozilla Firefox 63.0

Geckodriver versão: geckodriver-v0.19.0-linux64

Comportamento esperado

rie um novo navegador firefox e execute algumas etapas - analisando o sit

omportamento Real -

Batalhando com um log: -

    self.driver = webdriver.Firefox()
  File "/home/ubuntu/env/local/lib/python2.7/site-packages/selenium/webdriver/firefox/webdriver.py", line 154, in __init__
    keep_alive=True)
  File "/home/ubuntu/env/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 151, in __init__
    self.start_session(desired_capabilities, browser_profile)
  File "/home/ubuntu/env/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 240, in start_session
    response = self.execute(Command.NEW_SESSION, parameters)
  File "/home/ubuntu/env/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 308, in execute
    self.error_handler.check_response(response)
  File "/home/ubuntu/env/local/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 194, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: newSession

Alguém já enfrentou esse problema antes e tem uma solução possível?

UPDATE: executou o seguinte comando:geckodriver --log trace & curl -d '{}' 127.0.0.1:4444/session

Registro :-https: //pastebin.com/TirTNKr

questionAnswers(3)

yourAnswerToTheQuestion