Earlier quoted context omitted.
Can you give more details about Visual Regression Testing? If you're comparing screenshots, how do you account for dynamic content?
Sure! We use a web driver to simulate browsing in an actual client, so Javascript, etc. is executed as it normally would be.
edit: never mind, I realized you're probably using the built in screenshot features with webdriver and just diffing the images.