QUESTION: Is there a list of Firefox versions that are Selenium-compatible maintained online?
How do I know if an update will break some functionalities (other than testing and discovering that my scripts are not running :-) )? The latest version of Selenium for Python is not properly working with the latest released Firefox (48.0), so I had to downgrade to Firefox 47.0.1 in order to get my scripts working again.
The error I got is the "famous" one below:
"The browser appears to have exited " selenium.common.exceptions.WebDriverException: Message: The browser appears to have exited before we could connect. If you specified a log_file in the FirefoxBinary constructor, check it for details.
Advice: "Please wait before to update your Firefox version"
The driver.get() function for Firefox is not working - it opens a blank page and does not load the one I ask to load.