I\'m trying to do some headless testing using a ruby script. Essentially I\'m executing Xvfb on display :1, and then firing up Watir::Browser.new(:firefox) usi
Hi don't know if this link could be a help for you. This helped me a lot. I needed to run watir-webdriver automatically at startup/reboot - it worked for me (read the comments as well).