Am using Selenium version 2.53.6 and have tried it with Firefox 44,45,46 and 47...
Whenever I run the line
driver = webdriver.Firefox()
Firefox initializes but hangs at 'about:blank&utm_content=firstrun' and I cannot type additional code on the command line.
Been researching on how to solve this and so far the only available solution that did not work for me was to downgrade FF (but I have tried numerous older versions already) (am using Python 2.7 and have also tried and failed using 3.5)