2
votes

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?

3
are you on VS2012 update 1? - allen

3 Answers

2
votes

I believe I am getting a similar issue regarding cross browser and CodedUi tests. I think it is due to compatibility problems and the fact that VS2012 CodedUi can only run in IE from what I have read. Hopefully this link might help you, or at least give you a starting point towards a solution. Sorry I couldn't be of further help.

CodedUI Cross Browser Plugin

1
votes

This got me started. After I installed and made some tweaks to some test cases I was able to run coded ui tests on Chrome.

http://go.microsoft.com/fwlink/?LinkId=267598

1
votes

You should install VS2012 update 1 or greater to use this functional