Problem with jenkins headless browser test Problem with jenkins headless browser test jenkins jenkins

Problem with jenkins headless browser test


I believe that Watir-Webdriver has better support for running headless than Watir does. Watir itself is really designed to automate the actual IE browser, and potentially some things may not work right if IE is not actually rendering the UI to a screen.

Watir-Webdriver supports IE, FF, Chrome, and Headless. See this entry from Alister Scott's Watirmelon blog where he gives an example of how to run it headless using htmlunit


In Windows Start->run "services.msc", find the Jenkins service, rightclick -> properties, go to the Log On tab, click the checkbox "Allow service to interact with desktop"

Works fine for me on XP as long as I run them at night, otherwise it gets annoying.