Hello I've been assigned a QA ticket to validate a javascript code snippet on a page. The best way of doing this of course is to view source on page and look for the code.
However I have to do this on 20 different locales, and I've been using Selenium RC with .NET driver handily.
Is there a functionality in Selenium to check for page source code?