I'm trying to run driver = webdriver.Firefox(capabilities={"marionette":False})
but got the following message:
WebDriverException: Message: Can't load the profile. Possible firefox version mismatch. You must use GeckoDriver instead for Firefox 48+. Profile Dir: /var/folders/yl/nmd8mk3102vd3c003pbfnvs1tfpjn2/T/tmpm66g_w_2 If you specified a log_file in the FirefoxBinary constructor, check it for details.
I'm not exactly sure how to use GeckoDriver. Is this an error with Firefox 60 / has anyone run into the same issue and are using an older version?
Thanks!