0

This runs perfectly:

driver = webdriver.Firefox().get('https://www.facebook.com')

But this gives an error:

driver = webdriver.Firefox()
driver.get('https://www.facebook.com')

WebDriverException: Message: Failed to decode response from marionette

Antti29
  • 2,953
  • 12
  • 34
  • 36
  • Hmm. That's odd. Can you provide the full code as well as the entire traceback message? It may also be helpful to know the version of the firefox driver you are using. – sytech Nov 14 '17 at 03:09
  • Cheak out version compatibility from this QA - https://stackoverflow.com/questions/47073748/which-firefox-version-is-compatible-with-selenium-3-6-0/47095220#47095220 – undetected Selenium Nov 14 '17 at 03:43
  • Please share the entire error log – iamsankalp89 Nov 14 '17 at 04:33

0 Answers0