static void Main() { IWebDriver driver = new ChromeDriver(); driver.Navigate().GoToUrl(\"http://google.com\"); IWebElement body = driver.FindElement(By.T
Thanks for the answers! I did it with JavaScript.
((IJavaScriptExecutor)driver).ExecuteScript("window.open();");