I want to use a python script on pythonanywhere and make some tests on Instagram with Selenium. I know that pythonanywhere has Firefox 17 and there is no possibility to upgrade it.
Everything works, I have no problems with Selenium, the problem is Instagram on Firefox 17.
Whe I try to go on http://www.instagram.com the page is simply white apparently without content. I tried to reproduce the error on my computer installing firefox 17, and I've tried to load the page without style. And then I saw this:
And of course my script gave me an exception because it couldn't find the log in button.
Somebody know how to ho over it?