To open a New Blank TAB
you can use the following line of code :
((JavascriptExecutor) driver).executeScript("window.open('','_blank');");
To open a New TAB with url
you can use the following line of code :
((JavascriptExecutor) driver).executeScript("window.open('http://facebook.com/');");
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…