I\'m a new user to Protractor, and I encountered this error running my tests using Chrome (error displays beneath the address bar in the launched browser):
Selenium using C#.Net (Selenium + C#.Net)
public static IWebDriver Instance = null; ChromeOptions opt = new ChromeOptions(); opt.AddArguments("--test-type"); Instance = new ChromeDriver(@"Path To directory containing chromedriver.exe" , opt ) ;
It works for Google Chrome Version 47.0.2526.106 m.