Hun1Ahpu
Hun1Ahpu

Reputation: 3355

CodedUI v11 multi-browser support

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?

Upvotes: 2

Views: 3439

Answers (3)

Klipton
Klipton

Reputation: 59

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

Upvotes: 1

RMAuch
RMAuch

Reputation: 11

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

Upvotes: 1

Jd_Daniels
Jd_Daniels

Reputation: 260

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

Upvotes: 2

Related Questions