Forums

Selenium package + Firefox on Python Anywhere?

Wondering if anyone was able to run selenium-based python programs on this platform.

Package seems to be installed and no issues were given while importing the package, but <code>webdriver.Firefox() </code> fires up an error message, while Chrome webdriver doesn't seem to be installed, as the message for <code>webdriver.Chrome()</code> states.

Any help would be greatly appreciated.

Regards, Fdiang

We don't have Chrome installed (it doesn't play nicely with our virtualization system) but Firefox should work. What happens if you use the code from this blog post?