I'm trying to run Codedui tests in chrome. Here is the code i'm using:
BrowserWindow.CurrentBrowser = "chrome";
var browser = BrowserWindow.Launch(new Uri("http://msdn.com"));
But i'm getting exception: "The browser chrome is currently not supported". I have VS2012 Ultimate and 'Selenium components for Coded UI Cross Browser Testing' installed.
Am I doing something wrong or is there smthing i need to check?