How can Geckodriver/Firefox work without Marionette? (running python selenium 3 against FF 53)

You have take care of a couple of things as follows: “untrusted cert” error only on selenium-controlled firefox pop-ups : This is a common issue and we can avoid that through configuring the WebDriver instance through DesiredCapabilities class. turning off marionette : Turning off marionette is no more a solution while we work with Selenium … Read more