I\'ve been using Selenium for 2 weeks.
It\'s been really useful so far.
When developing, I like having the browsers pop up so I can see what\'s going on, b
Phantom is good headless option, but sssuming you want to stick with same tools you are using ... (the following assumes Linux as platform)
DISPLAY=:1 xvfb-run java -jar [selenium JAR filename]
Now, when your test suite kicks off selenium, it will run using Firefox without browser windows popping up.