I have some error with Chrome and Selenium in new tab
I try much of thing to solve it like
IWebElement inputBox = driver.FindElement(By.TagName("html"));
inputBox.SendKeys(OpenQA.Selenium.Keys.Control + "t");
and much more like Actions but not work I try it with also chrome v43 also not a good result
anyone know how to open the new tab in Chrome with selenium?