Selenium Headless
November 23, 2010
If you try to run selenium-server on a machine without firefox installed, you'll get the following error when running your tests:
$ python bbr.py E ====================================================================== ERROR: test_bbr (__main__.bbr) ---------------------------------------------------------------------- Traceback (most recent call last): File "bbr.py", line 8, in setUp self.selenium.start() File "/home/user/Programming/Selenium/bbr/selenium.py", line 189, in start result = …