I got Selenium IDE, followed this post, got to
python test_default_server.py
and it complains Firefox is not in my path:
Please
This helps very much. setUp("http://localhost:8080/BingDemo/BingDriver.html", "*firefox C:\Program Files (x86)\Mozilla Firefox\firefox.exe");
However, replace all occurrences of \
with \\
in *firefox C:\Program Files (x86)\Mozilla Firefox\firefox.exe
Additionally, you could point your PATH to in environmental variables to mozilla.exe