How to open a new tab in the existing Firefox browser using Selenium WebDriver (a.k.a. Selenium 2)?
Why not do this
driver.ExecuteScript("window.open('your url','_blank');");