I am trying to setup a headless firefox browser for my Ubuntu Server. I followed instructions on other posts but nothing seems to be working. I get this error when trying to startup firefox.
~(branch:master*) » firefox jake@ubuntu
Error: no display specified
------------------------------------------------------------
~(branch:master*) » phpunit functional/SiteTest.php jake@ubuntu
------------------------------------------------------------
~(branch:master*) » export DISPLAY=:10 jake@ubuntu
------------------------------------------------------------
~(branch:master*) » firefox jake@ubuntu
Error: cannot open display: :10
I am thinking it must be something with the display driver.
These are the instructions I am following.
http://www.installationpage.com/selenium/how-to-run-selenium-headless-firefox-in-ubuntu/
Let me know if you need more details.