Selenium install Marionette webdriver

后端 未结 3 1410
温柔的废话
温柔的废话 2021-01-17 13:03

I have this issue with firefox version 47 https://github.com/seleniumhq/selenium/issues/2110

So, i have tried to add Marionette web driver to fix it: https://develop

3条回答
  •  情书的邮戳
    2021-01-17 13:25

    I ran into this issue and can confirm that firefox_capabilities['binary'] should point to the Firefox binary, not to GeckoDriver. The Python example in the Mozilla WebDriver documentation has been clarified on this topic.

提交回复
热议问题