WebDriverException: Message: Can't load the profile. Possible firefox version mismatch. You must use GeckoDriver instead for Firefox 48+with Selenium – Debian
I tried to follow an example how to parse websites via python and selenium. But I am running always into the following problem: calling the function webdriver.Firefox opens a firefox instance, but no website via get could be called, it…